【发布时间】:2020-12-23 15:26:29
【问题描述】:
我在使用“npm start”启动应用程序时遇到了一些问题。创建反应文件文件夹并使用该命令后,我可以看到:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! weatherapp@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the weatherapp@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
我想补充一点,我以前使用过 react。我以同样的方式运行代码,但一切都很好。解决办法是什么?
【问题讨论】:
标签: reactjs react-native npm