안녕하세요~ 강의 잘 듣고있는 와중,
npm run serve가 계속 안돼서 node, vue clie도 몇번을 지웠다 깔고 yarn도 설치하고 강의대로 이방법 저방법을 몇번을 해봤는데도
자꾸 에러가 납니다 ㅜㅜㅜ
에러는 아래와 같습니다.
왜 안되는걸까요?? 오류가 뜨는데 뭔소린지 1도 모르겠습니다...
도움 주시면 감사하겠습니다~~
이혜린@DESKTOP-P447OUL MINGW64 /d/##00 vue/vuedongsan (main)
$ npm run serve ====> npm run serve 하면 아래처럼 오류가 뜹니다 ㅜㅜ
> vuedongsan@0.1.0 serve
> vue-cli-service serve
INFO Starting development server...
[10%] building (0/0 modules)
node:internal/fs/utils:682
throw err;
^
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'path' must be a string or Uint8Array without null bytes. Received 'D:\\#\x00#00 VUE\\vuedongsan\\node_modules\\webpack\\hot'
at readdir (node:fs:1416:10)
at go$readdir (D:\##00 VUE\vuedongsan\node_modules\graceful-fs\graceful-fs.js:206:16)
at Object.readdir (D:\##00 VUE\vuedongsan\node_modules\graceful-fs\graceful-fs.js:211:12)
at CacheBackend.provide (D:\##00 VUE\vuedongsan\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:193:18)
at CaseSensitivePathsPlugin.getFilenamesInDir (D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:59:6)
at CaseSensitivePathsPlugin.fileExistsWithCase (D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:101:8)
at checkFile (D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:162:10)
at D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:196:7
at CaseSensitivePathsPlugin.primeCache (D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:132:5)
at onAfterResolve (D:\##00 VUE\vuedongsan\node_modules\case-sensitive-paths-webpack-plugin\index.js:191:10) {
code: 'ERR_INVALID_ARG_VALUE'
}
Node.js v18.7.0