1. ホーム
  2. JavaScript

モジュールのビルドに失敗しました。Error: ENOENT: no such file or directory, scandir 'D:\.... \node_modules

2022-02-13 04:16:55

モジュールのビルドに失敗しました。Error: ENOENT: no such file or directory, scandir 'D:\Commu'.
nityD4Mobile_modules_node-sassvendor

この状況には何度も遭遇していますが、その度にお手上げ状態です。今日、以下のようなアクションを発見し、プログラムを正常に実行できるようになりました。

Yuyu@LAPTOP-UU2E0EOM MINGW64 /d/Community/D4Mobile (master)
$ cd node_modules


1.cd into node_modules

Yuyu@LAPTOP-UU2E0EOM MINGW64 /d/Community/D4Mobile/node_modules (master)
$ npm rebuild node-sass


2. npm rebuild node-sassを実行します。

最後に、このコードを直接実行すればOKです