Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. cordova -d plugin add https://github.com/phonegap/phonegap-facebook-plugin.git --variable APP_ID="123456789" --variable APP_NAME="myApplication"
  2.  
  3. npm ERR! addLocal Could not install /path_to_cloned/phonegap-facebook-plugin
  4. Error: Failed to fetch plugin /path_to_cloned/phonegap-facebook-plugin via registry.
  5.  
  6. Probably this is either a connection problem, or plugin spec is incorrect.
  7. Check your connection and plugin name/version/URL.
  8. Error: ENOENT, open '/path_to_cloned/phonegap-facebook-plugin'
  9. at registry.fetch.fail.then.pinfo (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/fetch.js:146:33)
  10. at _rejected (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:797:24)
  11. at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:823:30
  12. at Promise.when (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:1035:31)
  13. at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:741:41)
  14. at /usr/local/lib/node_modules/cordova/node_modules/q/q.js:557:44
  15. at flush (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:108:17)
  16. at process._tickCallback (node.js:448:13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement