Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm ERR! Failed at the [email protected] install script

enter image description here

I'm getting this error

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node build.js || nodejs build.js`
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!     C:\Users\yaeesh\AppData\Roaming\npm-cache\_logs\2019-05-07T10_36_05_651Z-debug.log
like image 847
Syed Yaeesh Avatar asked May 07 '19 10:05

Syed Yaeesh


1 Answers

I had the same problem, and fixed it by removing my latest nodejs, 12.3.1, and installing the last version of 11

https://nodejs.org/download/release/v11.15.0/

like image 80
Frank R. Avatar answered Nov 11 '22 15:11

Frank R.