即使在执行卸载部分之后,我也一次又一次地收到此 create react app 错误。
npm uninstall -g create-react-app
最新,在 570 毫秒内审核了 1 个包
发现 0 个漏洞
npx create-react-app test-app
需要安装以下软件包: create-react-app 要继续吗?(y) 是
您正在运行
create-react-app
4.0.3,它落后于最新版本 (5.0.0)。我们不再支持全局安装 Create React App。
请使用以下命令之一删除任何全局安装:
- npm uninstall -g create-react-app
- 纱线全局删除 create-react-app
可以在此处找到有关创建新应用程序的最新说明:https : //create-react-app.dev/docs/getting-started/
C:\>npm --version
8.3.0
C:\>node --version
v16.13.0
有人可以帮我弄这个吗。