프로젝트 구성
439
작성한 질문수 1
luka_kim@HY-M1-PRO learn-vue3 % npm run dev
> learn-vue3@0.0.0 dev
> vite
failed to load config from /Users/luka_kim/#Learn/vue3/learn-vue3/vite.config.js
error when starting dev server:
Error: cannot test case insensitive FS, CLIENT_ENTRY does not point to an existing file: /dist/client/client.mjs
at testCaseInsensitiveFS (/Users/luka_kim/#Learn/vue3/learn-vue3/node_modules/vite/dist/node-cjs/publicUtils.cjs:3432:15)
at Object.<anonymous> (/Users/luka_kim/#Learn/vue3/learn-vue3/node_modules/vite/dist/node-cjs/publicUtils.cjs:3437:1)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Object._require.extensions.<computed> [as .js] (file:///Users/luka_kim/%23Learn/vue3/learn-vue3/node_modules/vite/dist/node/chunks/dep-67e7f8ab.js:62854:17)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/Users/luka_kim/#Learn/vue3/learn-vue3/node_modules/vite/index.cjs:7:31)강의 극 초반부입니다.
시작하자마자 에러가 나니까 의욕이 너무 감소해버립니다 ㅜ
몇시간 찾아도 해결이 안되서 문의 남깁니다.
도와주세요 ;ㅁ;
npm run dev
를 하게되면 나타나는 증상입니다.
노드버전 : v16.16.0
CLI 버전 : 5.0.8
다음은 package.json 입니다.
{
"name": "learn-vue3",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"vite": "^3.2.4"
}
}
답변 1
props로 함수를 전달했을 때의 질문입니다!
0
640
1
eslint 세팅 질문 드립니다.
0
1720
2
컴포넌트 이벤트 전파 관련 질문입니다
0
503
1
app-level의 provide한 값을 새로고침시 정상적으로 inject하지 못함.
1
531
1
this.$refs에 값이 들어가는 시점이 언제인가요?
0
837
1
npm run dev 설치중
0
626
2
reactive vs ref... 굳이 reactive를 사용하는 이유가 뭔가요?
1
1952
1
dummy api axios 호출시 cors 에러
0
540
1
19:17 emit 관련 질문
0
570
1
reactive로 선언한 반응형 객체 자체를 바꿨는데 watch 콜백함수가 실행이 안되요
0
573
1
자식 컴포넌트에 input 태그, checkbox 같은 form 태그가 없으면 v-model 안 쓰는건가요?
0
582
1
template내 자바스크립트 표현식 평가 시점은 언제인가요?
0
352
1
App.vue 물결 표시 제거 방법
0
378
1
v-if 질문입니다!
0
566
1
ref vs reactive vs shallowRef
0
654
1
script 태그는 컴포넌트를 처음 가져올때 한번만 실행된다는 게 잘 이해가 안됩니다
1
671
1
이벤트 핸들러로 왜 일반 함수로는 작동이 안 되나요? + console.log도 인식이 안되요
0
349
1
Vue3 Composition API - computed
0
461
1
setup 함수내 문자열 관련 질문입니다.
0
350
2
v-on:click ="" 질문입니다
0
352
1
v-on:click="" 질문입니다
0
240
1
v-for에서 style을 사용하려 할 때
0
377
1
reactive와 computed 차이 질문
0
1113
1
emits사용 이유
1
454
1





