npm install 报错 --ignore-scripts

Posted jiaoshengkang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 报错 --ignore-scripts相关的知识,希望对你有一定的参考价值。

如果npm install报错,单独安装这个包,加上参数:--ignore-scripts

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! deasync@0.1.21 install: `node ./build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the deasync@0.1.21 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!     D:\\jskExtensions\\nodejs\\node_cache\\_logs\\2021-05-28T07_12_18_267Z-debug.log

直接安装

npm install deasync@0.1.21 --ignore-scripts

以上是关于npm install 报错 --ignore-scripts的主要内容,如果未能解决你的问题,请参考以下文章

npm install 报错(npm ERR! errno 1)

npm install 报错 --ignore-scripts

npm install报错Error: ENOENT

IDEA运行VUE npm install报错:chromedriver@2.27.2 install: node install.js

IDEA运行VUE npm install报错:chromedriver@2.27.2 install: node install.js

npm install 和npm start各种报错无法解决的问题