npm ciで「npm ERR! Cannot read property ‘@angular/animations’ of undefined」
今回はnpm ciを叩いたときに下記のエラーが起きたときの対処法についてご紹介しようと思います。
1 2 |
npm WARN prepare removing existing node_modules/ before installation npm ERR! Cannot read property '@angular/animations' of undefined |
Angularのバージョンは14.2.12で、Node.jsのバージョンは14.21.3です。
npm ciで「npm ERR! Cannot read property '@angular/animations’ of undefined」
結論から言うと、package-lock.jsonを作り直すと直りました。
node_modulesやpackage-lock.jsonを消してnpm installすると問題なく動いたのでみなさんもぜひお試しください。
終わりに
今回はnpm ciを叩いたときに冒頭のエラーが起きたときの対処法についてご紹介いたしました。
ディスカッション
コメント一覧
まだ、コメントがありません