express - npm install appname -g bash: command not found -


upon trying install express via npm, bash returning command not found statement upon running node module in shell directly. went through countless resources , forums locate issue , not succesfull.

this seemed solution me. ran below statement , proceeded reinstall express sudo:

chmod 777 /usr/local/lib  sudo install express -g 

run both commands respectively.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -