npm installにてエラーがでてしまうようになった
解決したいこと
gulp環境においてnode_modulesをinstallするためにnpm installを実施しても実行できない。
発生している問題・エラー
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mozjpeg@7.1.1 postinstall: `node lib/install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mozjpeg@7.1.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
自分で試したこと
npm config set strict-ssl faleseによる一時的なssl証明の無効化
今月上旬までは問題なくうごいており、バージョン等なにも変更していないのですが、急にコマンドでエラーが出るようになってしまいました。
お分かりの方がいましたらご教授いただけますでしょうか。
0