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?

laravel ビルド時にError: Cannot find module '../lightningcss.darwin-x64.node'

Posted at

まず、下記の2つを実施。

rm -rf node_modules
rm package-lock.json

その後、依存関係を再インストール

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?