vue run dev vite 에러

gusdas·2022년 8월 23일
0

에러노트

목록 보기
22/22
post-custom-banner
PS C:\Laravel&React Projects\laravel-vue-survey\vue> npm run dev

> vue@0.0.0 dev
> vite

'React' is not recognized as an internal or external command,
operable program or batch file.
node:internal/modules/cjs/loader:949
  throw err;
  ^

Error: Cannot find module 'C:\vite\bin\vite.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:946:15)
        at Module._load (node:internal/modules/cjs/loader:787:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

문제

vue 공식 문서를 따라 설치하고 npm run dev 하자마자 발생 했다.

에러 로그를 보니 뭔가 vite에서 에러가 발생하는 것 같다.
그래서 vite의 공식문서를 보는 도중 문제가 발견됐다.

나의 노드 version

node -v
v14.17.0

노드 재설치 후 버전

$ node -v
v16.17.0

결과

성공

profile
웹개발자가 되자
post-custom-banner

0개의 댓글