npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-app@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the my-app@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Sonam\AppData\Roaming\npm-cache\_logs\2019-12-29T13_08_48_405Z-debug.log
我正在尝试使用Visual Code创建新的react应用,node
驱动器上已安装C
,并且该应用是在D:\ReactJS\Project
中创建的。
任何人都可以解决上述错误吗?