npm ERR! gifsicle@5.2.0 postinstall: node lib/install.js
解决方案:npm install --ignore-scripts

使用–ignore-scripts,则会让npm避免执行package.json文件中的scripts脚本。而只进行打包。
npm ERR! gifsicle@5.2.0 postinstall: `node lib/install.js`
本文介绍了解决gifsicle@5.2.0在安装过程中出现的问题,通过使用npm install --ignore-scripts命令来避免执行scripts脚本,仅进行包的安装。

被折叠的 条评论
为什么被折叠?



