【发布时间】:2019-04-24 11:33:02
【问题描述】:
我一直在很好地使用 reactjs,突然从昨天开始我使用 create-react-app my-new-app 创建了一个新应用程序,当我去执行 npm start pum 时,附加错误捕获 https://ibb.co/qrN6YZ6 为什么会这样?感谢您的帮助!
【问题讨论】:
我一直在很好地使用 reactjs,突然从昨天开始我使用 create-react-app my-new-app 创建了一个新应用程序,当我去执行 npm start pum 时,附加错误捕获 https://ibb.co/qrN6YZ6 为什么会这样?感谢您的帮助!
【问题讨论】:
npm install(也许你删除了一些包)npm start
【讨论】:
node_modules 文件夹,然后删除 npm install 和 npm start @JoseChavez