-
Notifications
You must be signed in to change notification settings - Fork 34
Description
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.`