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
解决方案:npm install --ignore-scripts
使用–ignore-scripts,则会让npm避免执行package.json文件中的scripts脚本。而只进行打包。