Home > Back-end >  npm error: Failed at the [email protected] preinstall script
npm error: Failed at the [email protected] preinstall script

Time:10-03

i get:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] preinstall: `node install.js --preinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

when trying to run "npm install" why is this? i tried looking at other threads and nothing works for me.

CodePudding user response:

it was node8 that fixed it. thanks!

  • Related