osx - Phonegap installation fails using npm -


i followed up , running phonegap on mac osx on every single step got stuck error

i have tried many solutions , fixes still nothing working. followed this answer still stuck.

what cause these issues?!

update1:

when install cordova using sudo npm install -g cordova following: install cordova

even when type cordova, -bash: cordova: command not found

update2:

i fixed cordova installation using following steps:

  1. sudo chown -r $user /usr/local
  2. sudo chmod -r 0775 /usr/local
  3. add path using this answer
  4. add path bash_profile using this link

open terminal , type cordova -v , working displaying version

phonegap still failing , can't seem find fix it


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -