我无法使用 create-react-app 创建新应用
I can't create new app with create-react-app
我无论如何也无法修复它。我已经重新安装了 node.js 大概 8 次。当我google,大家都说运行这个命令npm uninstall -g create-react-app
。它没有得到修复。它一次又一次地给出同样的问题。我尝试了 npm audit fix --force
并且每次它只发现超过 100 个漏洞并再次修复它们(减少到 0)。我不知道该怎么办。
我修好了。试了很多技巧,总算搞定了。
npx --ignore-existing create-react-app
npx create-react-app@latest
对我有用:
npm uninstall create-react-app
npm update
我无论如何也无法修复它。我已经重新安装了 node.js 大概 8 次。当我google,大家都说运行这个命令npm uninstall -g create-react-app
。它没有得到修复。它一次又一次地给出同样的问题。我尝试了 npm audit fix --force
并且每次它只发现超过 100 个漏洞并再次修复它们(减少到 0)。我不知道该怎么办。
我修好了。试了很多技巧,总算搞定了。
npx --ignore-existing create-react-app
npx create-react-app@latest
对我有用:
npm uninstall create-react-app
npm update