inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

173만명의 커뮤니티!! 함께 토론해봐요.

"export 'default' (imported as 'Vue') was not found in 'vue'

미해결

Vue.js 완벽 가이드 - 실습과 리팩토링으로 배우는 실전 개념

안녕하세요 터미널에서 npm run serve 실행 시, 다음과 같은 에러가 발생해서 질문드립니다. 찾아보니 뷰 버전이 안맞는다고 하네요 ㅠㅠ 어떻게해야할까요? 몇가지 자료 추가 첨부해서 글씁니다 ㅠㅠ 답변부탁드리겠습니다 ㅠㅠ https://stackoverflow.com/questions/63768491/export-default-imported-as-vue-was-not-found-in-vue 2. vue 버전 3. package.json { "name" : "vue-news" , "version" : "0.1.0" , "private" : true , "scripts" : { "serve" : "vue-cli-service serve" , "build" : "vue-cli-service build" , "lint" : "vue-cli-service lint" }, "dependencies" : { "core-js" : "^3.6.5" , "vue" : "^2.6.11" , "vue-router" : "^4.0.12" }, "devDependencies" : { "@vue/cli-plugin-babel" : "~4.5.15" , "@vue/cli-plugin-eslint" : "~4.5.15" , "@vue/cli-service" : "~4.5.15" , "babel-eslint" : "^10.1.0" , "eslint" : "^6.7.2" , "eslint-plugin-vue" : "^6.2.2" , "vue-template-compiler" : "^2.6.11" }, "eslintConfig" : { "root" : true , "env" : { "node" : true }, "extends" : [ "plugin:vue/essential" , "eslint:recommended" ], "parserOptions" : { "parser" : "babel-eslint" }, "rules" : {} }, "browserslist" : [ "> 1%" , "last 2 versions" , "not dead" ] }

  • vue버전
  • vuejs
  • vue버전에러
  • javascript
jishuya3015 댓글 2 좋아요 1 조회수 5355

인기 태그

인프런 TOP Writers

주간 인기글