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

npm i 时报错如下

npm ERR! [email protected] install: `node build.js || nodejs build.js`
npm ERR!
npm ERR! Failed at the [email protected] install script.

 

先运行

npm install [email protected] --ignore-scripts

再运行

npm i

OK!

 

你可能感兴趣的:(npm安装问题)