【发布时间】:2022-12-02 04:41:45
【问题描述】:
I am currently in the folder E:\Learn\app-code-vue
E:\Learn\app-code-vue>npm run dev
npm ERR! Missing script: "dev"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Shrikant Rana\AppData\Local\npm-cache\_logs\2022-01-24T14_
26_36_332Z-debug.log
【问题讨论】:
-
Do you mean
npm run serveornpm run start? The issue stems from your package.json missing any script calleddev
标签: vue.js