I tried installing create-react-app
using npm i create-react-app
, npx create-react-app new-app
and npm init react-app new-app
, but I keep getting this error message:
您正在运行 create-react-app 4.0.0,它落后于最新版本 (4.0.1)。我们不再支持全局安装 Create React App。
我怎样才能解决这个问题?
原文由 Sumanth Hegde 发布,翻译遵循 CC BY-SA 4.0 许可协议
这对我有用: