報錯信息:
These dependencies were not found:
* element-ui in ./src/main.js
* element-ui/lib/theme-chalk/index.css in ./src/main.js
解決方案:
1、 cmd進入命令行窗口,切入運行的項目文件夾下
2、在cmd命令行窗口輸入
cnpm i element-ui -S
沒有cnpm的使用 如下代碼:
npm i element-ui -S
報錯信息:
* element-ui in ./src/main.js
* element-ui/lib/theme-chalk/index.css in ./src/main.js
1、 cmd進入命令行窗口,切入運行的項目文件夾下
2、在cmd命令行窗口輸入
cnpm i element-ui -S
沒有cnpm的使用 如下代碼:
npm i element-ui -S
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。