Npm 在终端 vite 中不是 运行
Npm not running in terminal vite
我输入的内容:Npm 运行 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\andre\AppData\Local\npm-cache\_logs21-11-12T04_58_51_898Z-debug.log
Json:
{
"name": "port",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"vite": "^2.6.4"
},
"dependencies": {
"three": "^0.134.0"
}
}
如果你能帮忙,谢谢你,如果不能,谢谢你阅读这篇文章并抽出宝贵的时间
通过 cd your-project-name
转到您的项目目录。
运行 npm run dev
命令并重试(在你的 npm 命令中“N”是大写)。
如果不起作用,请检查下面 link(请参考绿色勾号答案):
我输入的内容:Npm 运行 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\andre\AppData\Local\npm-cache\_logs21-11-12T04_58_51_898Z-debug.log
Json:
{
"name": "port",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"vite": "^2.6.4"
},
"dependencies": {
"three": "^0.134.0"
}
}
如果你能帮忙,谢谢你,如果不能,谢谢你阅读这篇文章并抽出宝贵的时间
通过 cd your-project-name
转到您的项目目录。
运行 npm run dev
命令并重试(在你的 npm 命令中“N”是大写)。
如果不起作用,请检查下面 link(请参考绿色勾号答案):