You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install my app with the command sudo npm install, but I have this issue :
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/lfg-dev/.npm/_logs/2019-10-16T12_01_23_133Z-debug.log
I am using nvm 0.34.0 with node 10.16.3 which has the the npm version number 6.9.0.
Does anyone have an idea about this issue please ? 😃
The text was updated successfully, but these errors were encountered:
Hi everybody !
I am trying to install my app with the command
sudo npm install
, but I have this issue :I am using nvm 0.34.0 with node 10.16.3 which has the the npm version number 6.9.0.
Does anyone have an idea about this issue please ? 😃
The text was updated successfully, but these errors were encountered: