-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with plugin installation. #40
Comments
Same problema here |
Same. |
It's due to the version of cordova we use. In fact a |
Added the package.json file using plugman, But i see a different error msg.
Failed to install 'cordova-plugin-applewatch': Error: Cannot find module 'xcode' Cannot find module 'xcode' My app have phonegap version 8.2.2 and ios is of 4.5.4. We need to give support for apple watch just do not know where to start, though we are doing different experiments getting stuck at some point. Can anyone suggest me from where to start to create ios watch app. |
Hello
i am recently trying to implement apple watch app and try to install this plugin in my Cordova project but its failed to install plugin in my Cordova project.
cordova plugin add https://github.com/Telerik-Verified-Plugins/AppleWatch
got error:
`(node:1415) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): CordovaError: Failed to fetch plugin https://github.com/Telerik-Verified-Plugins/AppleWatch via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: npm: Command failed with exit code 1 Error output:
npm ERR! code ENOPACKAGEJSON
npm ERR! package.json Non-registry package missing package.json: git+https://github.com/Telerik-Verified-Plugins/AppleWatch.
npm ERR! package.json npm can't find a package.json file in your current directory.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jd/.npm/_logs/2018-01-31T10_23_28_432Z-debug.log
(node:1415) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.`
The text was updated successfully, but these errors were encountered: