반응형
vue-timeout(vue-timeout:모듈을 찾을 수 없습니다.
이 모듈의 문제를 찾을 수 없습니다.에러입니다.
다음 상대 모듈을 찾을 수 없습니다.
- ./node_syslog/cache-syslog/dist/sys.syslog의 ./syslog/syslog/syslogs./node_syslogs.{"cacheDirectory":node_modules/.cache/vue-loader""cacheIdentifier":259fb446-vue-loader-template"}!/node_modules/vue-loaders/templateLoader.js?vue-buch-buchien!/node_syslog/syslog/lib/syslog.syslog!/node_model/cache-model/dist/models.model?ref--0-0!/node_module/vue-module/lib?vue-buch-buchien!/src/컴포넌트/Home.vue?vue & type = true & id = 8dc7cce2 & scoped = true &
제 소포요.json:
{
"name": "app",
"version": "0.1.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.2.1",
"firebase": "^7.0.0",
"material-icons": "^0.3.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-flickity": "^1.2.1",
"vue-router": "^3.1.3",
"vuetify": "^2.0.19",
"vuex": "^3.1.1"
},
"devDependencies": {
"@mdi/font": "^4.4.95",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
"material-design-icons-iconfont": "^5.0.1",
"node-sass": "^4.12.0",
"prettier": "1.18.2",
"sass-loader": "^8.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/prettier"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
@vue/cli@3.11.0을 사용하고 있습니다.package-lock.json/node_modules를 삭제한 후 npm install을 실행하려고 여러 번 시도했습니다.Vue CLI 및 모든 패키지를 글로벌하게 업데이트해도 문제가 해결되지 않습니다.
이미지를 src/assets 폴더에 넣고 다음과 같이 입력합니다.<img src="~@/assets/images.jpg/>
언급URL : https://stackoverflow.com/questions/58155664/vue-loader-module-was-not-found
반응형
'programing' 카테고리의 다른 글
| GWT의 가장 큰 함정 (0) | 2022.07.10 |
|---|---|
| getter에서 선택한 속성 가져오기 (0) | 2022.07.10 |
| 쉼표로 구분된 문자열을 분할하려면 어떻게 해야 합니까? (0) | 2022.07.10 |
| Android Studio 콘솔에 인쇄하는 방법 (0) | 2022.07.10 |
| v-radio 레이블에서 HTML을 설정하는 방법 (0) | 2022.07.10 |