vue npm运行报错
Posted qzdd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue npm运行报错相关的知识,希望对你有一定的参考价值。
使用npm
命令 npm run dev
运行项目时,抛出警告,警告如下
npm ERR! missing script: dev
npm ERR! A complete log of this run can be found in:
npm ERR!???? C:UserschangAppDataRoaming
pm-cache\\_logs2020-05-03T08_55
30_155Z-debug.log
原因是 npm run dev
或npm start
为老项目运行方式,而我的环境为
解决办法为,使用命令npm run serve
以上是关于vue npm运行报错的主要内容,如果未能解决你的问题,请参考以下文章
使用vue-cli初始化项目时运行‘npm run dev’报错
Vue 项目在其他电脑 npm run dev 运行报错的解决方法
IDEA运行VUE npm install报错:chromedriver@2.27.2 install: node install.js
IDEA运行VUE npm install报错:chromedriver@2.27.2 install: node install.js