-
AuthorPosts
-
June 8, 2018 at 7:45 am #12428
Peter O.ParticipantHello,
I have some warnings when installing some necessary plugins per your instructions here: https://wplms.io/course/getting-started-with-wplms-mobile-app/installing-app-packages/
Screen shot image of warning text: https://www.screencast.com/t/f5HI7uQR1nDJ
Below is a copy-and-paste of the commands and resulting WARNINGS:
D:\-\DevMobi\wplms\qimoves>
D:\-\DevMobi\wplms\qimoves>ionic cordova plugin add cordova-plugin-device
> cordova plugin add cordova-plugin-device –save
Adding cordova-plugin-device to package.json
Saved plugin info for “cordova-plugin-device” to config.xmlD:\-\DevMobi\wplms\qimoves>npm install –save @ionic-native/device
npm WARN @ionic-native/[email protected] requires a peer of @ionic-native/[email protected]^3.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/[email protected]^6.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {“os”:”darwin”,”arch”:”any”} (current: {“os”:”win32″,”arch”:”x64″})+ @ionic-native/[email protected]
added 1 package in 14.801sD:\-\DevMobi\wplms\qimoves>ionic cordova plugin add cordova-plugin-inapppurchase
> cordova plugin add cordova-plugin-inapppurchase –save
Adding cordova-plugin-inapppurchase to package.json
Saved plugin info for “cordova-plugin-inapppurchase” to config.xmlD:\-\DevMobi\wplms\qimoves>npm install –save @ionic-native/in-app-purchase
npm WARN @ionic-native/[email protected] requires a peer of @ionic-native/[email protected]^3.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/[email protected]^6.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {“os”:”darwin”,”arch”:”any”} (current: {“os”:”win32″,”arch”:”x64″})+ @ionic-native/[email protected]
added 1 package in 15.064s -
AuthorPosts
- You must be logged in to reply to this topic.