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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -