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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -