NodeJS npm更新不起作用“节点模块\@babel\helper-skip-透明表达式 Package 器”[已关闭]

htrmnn0y  于 2023-01-04  发布在  Node.js
关注(0)|答案(1)|浏览(126)

**已关闭。**此问题需要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。我应该怎么做才能运行应用程序?

oknrviil

oknrviil1#

npm install -g npm

这会将npm更新到最新版本。更新npm后,请尝试使用npm start命令再次启动React应用程序。

相关问题