**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
8小时前关门了。
Improve this question
我正在尝试创建React应用程序。当我想用“npm start”启动应用程序时,我收到以下错误:error screenshot。我发现问题可能出在旧的npm版本中,所以我决定使用“npm update”更新,但也有一个问题enter image description here。我应该怎么做才能运行应用程序?
1条答案
按热度按时间oknrviil1#
这会将npm更新到最新版本。更新npm后,请尝试使用npm start命令再次启动React应用程序。