M command "/usr/bin/nodejs" "/usr/bin/npm" "install" "Forever" "-g"

Asked

Viewed 102 times

0

I tried to install a module and found some irregularities. I would like it to be precisely. I thought it was a conflict between directories /usr/bin/nodejs and usr/bin/npm. I tried to install nodejs-legacy but did not resolve.

!

  • Have you tried running this command from the root folder of your application? It looks like you are inside the node_modules folder. Try running in the app folder and see if the error continues... Try updating npm as well: npm -g install npm@latest

  • @Gabrielmarques tried but it didn’t work !!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.