npm start报错
来源:2-2 React开发环境准备
菜飞天
2018-09-26
$ npm start
npm ERR! path D:\html\react\05\package.json
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open 'D:\html\react\05\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\91653\AppData\Roaming\npm-cache_logs\2018-09-26T00_20_55_272Z-debug.log
写回答
2回答
-
Dell
2018-09-30
缺少package.json文件,你的项目是不是不小心把这个文件删除了
00 -
iunicorn49
2018-09-27
npm run start 试试?
00
相似问题