-
[vue.js 오류] this dependency was not found[FRONTEND]/Vue.js 오류 2020. 5. 12. 11:28
오류 원인은 없는 라이브러리인 import cluster를 진행해서 발생한 것으로 확인되었다.
Search로 검색하여 없는 라이브러리인 import cluster 부분을 삭제하니 정상적으로 구동되었다.
This dependency was not found:
* cluster in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vuetify-loader/lib/loader.js!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Home.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save cluster'[FRONTEND] > Vue.js 오류' 카테고리의 다른 글
[Vue.js 오류] error in render typeerror cannot read property (0) 2020.06.15 [Vue.js 오류] .map is not a function (0) 2020.06.15 [Vue.js 오류] maximum call stack size exceeded (0) 2020.06.11 [Vue.js 오류] vue : 이 시스템에서 스크립트를 실행할 수 없으므로 파일을 로드할 수 없습니다. (0) 2020.05.31