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文件,你的项目是不是不小心把这个文件删除了

0
0

iunicorn49

2018-09-27

npm run start 试试?

0
0

React零基础入门到实战,完成企业级项目简书网站开发

主流新技术 React-redux,React-router4,贯穿基础语法

5275 学习 · 2496 问题

查看课程