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

Error:

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.

solve:

Use --ignore-scripts to install (install an error-reporting package separately)

npm install  [email protected]  --ignore-scripts

Guess you like

Origin blog.csdn.net/weixin_52443895/article/details/131831354
Recommended