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
Post a Comment