Module build failed: Error: ENOENT: no such file or directory, scandir 'D:\...\node_modules\node-sas

Module build failed: Error: ENOENT: no such file or directory, scandir 'D:\Commu
nity\D4Mobile\node_modules\node-sass\vendor'

这种情况遇到过很多次,每次都是没有头绪。今天发现如下操作可以让程序正常运行。

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

1.cd 进入node_modules

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

2.运行npm rebuild node-sass

Module build failed: Error: ENOENT: no such file or directory, scandir 'D:\...\node_modules\node-sas_第1张图片

最后直接运行代码就OK了 

你可能感兴趣的:(JavaScript,vue)