欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vue 启动项目 enoent ENOENT: no such file or directory, open ‘D:\VueCode\package.json‘

程序员文章站 2022-05-30 09:47:35
...

错误

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

参考解决方案
https://www.jianshu.com/p/0bc6cf23bcf6

相关标签: vue-cli3