VUE-安裝vue-router的時(shí)候報(bào)錯(cuò)
運(yùn)行VUE項(xiàng)目的時(shí)候報(bào)錯(cuò)
ERROR Failed to compile with 4 errors 08:39:32
error in ./src/main.js
Module not found: Error: Can't resolve 'element-ui' in 'E:\program\sally-manage-vue\src'
error in ./src/main.js
Module not found: Error: Can't resolve 'element-ui/lib/theme-chalk/index.css' in 'E:\program\sally-manage-vue\src'
error in ./src/main.js
Module not found: Error: Can't resolve 'vue-router' in 'E:\program\sally-manage-vue\src'
error in ./src/router/index.js
Module not found: Error: Can't resolve 'vue-router' in 'E:\program\sally-manage-vue\src\router'
ERROR in ./src/main.js 3:0-33
Module not found: Error: Can't resolve 'element-ui' in 'E:\program\sally-manage-vue\src'
ERROR in ./src/main.js 4:0-46
Module not found: Error: Can't resolve 'element-ui/lib/theme-chalk/index.css' in 'E:\program\sally-manage-vue\src'
ERROR in ./src/main.js 6:0-35
Module not found: Error: Can't resolve 'vue-router' in 'E:\program\sally-manage-vue\src'
ERROR in ./src/router/index.js 2:0-35
Module not found: Error: Can't resolve 'vue-router' in 'E:\program\sally-manage-vue\src\router'
@ ./src/main.js 5:0-30 11:2-8
webpack compiled with 4 errors
原因
沒有安裝相關(guān)的包
安裝一下
報(bào)錯(cuò)了
E:\program\sally-manage-vue>npm install vue-router --save
npm ERR! code EPERM
npm ERR! syscall open
npm ERR! path D:\Program Files\nodejs\node_cache\_cacache\index-v5\08\16\c8ae455602545373fb92f4ba496c0cab320ba425895f70f34c09fc692023
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, open 'D:\Program Files\nodejs\node_cache\_cacache\index-v5\08\16\c8ae455602545373fb92f4ba496c0cab320ba425895f70f34c09fc692023'
npm ERR! [Error: EPERM: operation not permitted, open 'D:\Program Files\nodejs\node_cache\_cacache\index-v5\08\16\c8ae455602545373fb92f4ba496c0cab320ba425895f70f34c09fc692023'] {
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! syscall: 'open',
npm ERR! path: 'D:\\Program Files\\nodejs\\node_cache\\_cacache\\index-v5\\08\\16\\c8ae455602545373fb92f4ba496c0cab320ba425895f70f34c09fc692023',
npm ERR! requiredBy: '.'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! Log files were not written due to an error writing to the directory: D:\Program Files\nodejs\node_cache\_logs
npm
使用管理身份運(yùn)行cmd,再換個(gè)命令
#這個(gè)版本是vue2.0的
npm install --save vue-router@3
再來解決 ‘element-ui’
先刪除node_modules
重新npm install
然后再安裝element-ui
npm install
npm install --save element-ui
文章來源:http://www.zghlxwxcb.cn/news/detail-508937.html
最后重新運(yùn)行項(xiàng)目即可
npm run serve
文章來源地址http://www.zghlxwxcb.cn/news/detail-508937.html
到了這里,關(guān)于運(yùn)行VUE項(xiàng)目的時(shí)候報(bào)錯(cuò)-Can‘t resolve ‘element-ui‘、‘vue-router‘的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!