osx - Phonegap installation fails using npm -
i followed up , running phonegap on mac osx on every single step got stuck
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:
even when type cordova, -bash: cordova: command not found
update2:
i fixed cordova installation using following steps:
- sudo chown -r $user /usr/local
- sudo chmod -r 0775 /usr/local
- add path using this answer
- 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
Post a Comment