PS D:\VS Core\Vue\project_SHP> npm run serve
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\VS Core\Vue\project_SHP/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\VS Core\Vue\project_SHP\package.json'
npm ERR! enoent This is related to npm not being able to find a file.        
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\a1120\AppData\Local\npm-cache\_logs\2022-04-21T11_59_09_498Z-debug-0.log

原因:文件目录不正确,找不到package.json文件。

解决方案:从文件夹project_SHP进入终端使用vue create app 命令新建项目(app)之后,需要使用cd命令进入到项目app中再执行npm run serve。同理,在VScode 中的Powershell中执行npm run serve命令时也需要注意当前目录是否在所建的项目下。

Logo

前往低代码交流专区

更多推荐