提问人:Vladimir 提问时间:11/14/2023 最后编辑:Ian BoydVladimir 更新时间:11/14/2023 访问量:36
NPM 启动期间出错:缺少package.json文件
Error during NPM start: missing package.json file
问:
我在尝试使用 npm 运行我的 React 应用程序时遇到了问题。当我执行时,它返回以下错误npm start
> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Вова\Desktop\my react/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Вова\Desktop\my react\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: C:\Users\Вова\AppData\Local\npm-cache\_logs\2023-11-13T17_55_00_289Z-debug-0.log
我搜索了这些网站,但仍然找不到解决方案。
答: 暂无答案
评论
package.json
package.json
npm
/
C:\Users\Вова\Desktop\my react/package.json