【发布时间】:2022-02-03 19:06:45
【问题描述】:
当我尝试使用我的 npm 安装 react JS 时遇到了这个问题。
这是按摩:
Unknown command: "create-react-app"
To see a list of supported npm commands, run:
npm help
我该怎么办?
【问题讨论】:
-
你试过
npx create-react-app吗?它会要求你安装create-react-app -
我试过了,但我刚刚得到了按摩
标签: reactjs react-native npm cmd npx