运行vue项目npm run dev命令报错
报错信息如下:
This dependency was not found:
* svg-baker-runtime/browser-symbol in ./src/icons/svg/404.svg, ./src/icons/svg/wechat.svg and 70 others
To install it, you can run: npm install --save svg-baker-runtime/browser-symbol
错误提示:
To install it, you can run: npm install --save svg-baker-runtime/browser-symbol
解决:
npm install --save regenerator-runtime svg-baker-runtime vue-style-loader
使用npm下载慢会比较慢,因为npm存储包文件的服务器在国外,会被“墙”,建议切换成cnpm下载文章来源:https://www.toymoban.com/news/detail-514756.html
执行命令:文章来源地址https://www.toymoban.com/news/detail-514756.html
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install --save regenerator-runtime svg-baker-runtime vue-style-loader
到了这里,关于To install it, you can run: npm install --save svg-baker-runtime/browser-symbol的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!