Steve Gill created CB-13206:
-------------------------------
Summary: local plugin fails to fetch/install during restore
Key: CB-13206
URL: https://issues.apache.org/jira/browse/CB-13206
Project: Apache Cordova
Issue Type: Bug
Components: cordova-lib
Affects Versions: [email protected]
Reporter: Steve Gill
Assignee: Steve Gill
Fix For: [email protected]
Looks like the logic in determinePluginTarget function in
src/cordova/plugin/add.js is a little messed up. Line 231 seems to be the
culprit.
{code}
cordova prepare
Warning: using prerelease version 7.0.2-dev ([email protected])
Discovered plugin "phonegap-plugin-push" in config.xml. Adding it to the project
Failed to restore plugin "phonegap-plugin-push" from config.xml. You might need
to try adding it again. Error: Failed to fetch plugin
phonegap-plugin-push@../../../phonegap/phonegap-plugin-push 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 254 Error output:
npm ERR! addLocal Could not install
/Users/steveng/repo/cordova/phonegap/phonegap-plugin-push
npm ERR! path /Users/steveng/repo/cordova/phonegap/phonegap-plugin-push
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open
'/Users/steveng/repo/cordova/phonegap/phonegap-plugin-push'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]