0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

原因不明でnpm ERR! code ELIFECYCLEでコケた場合の対処

Posted at

vueにvuetifyを追加していたら、npmのビルドがコケるようになったので、色々ググったんですが、
解決せずにどハマりしたので、備忘録的に解決法をメモ

結果、package-lock.jsonを削除する手順が抜けていただけでした。

rm -rf node_module
rm -rf package-lock.json
npm cache clean -f
npm install

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?