最近我转到了Ubuntu,每当我创建react时,它都会给我这个提示,它正在创建的应用程序是一个类组件。ankit@gram:~/Documents/Development/React/react-project$ npx create-react-app my-app
Creating a new ReactInstalling
当我在我的终端中输入create-react-app my-app命令时,它看起来很有效--成功地下载了所有的库等等。然而,在这个过程的末尾,我得到了一条消息,即template was not provided。Installing react, react-dom, and react-scripts...
..... nothing out of the ordinary here .....
我一直在尝试创建一个react应用程序,所以基本上是一个新的项目,比如hello world或任何东西。我尝试使用npx create-react-app my-appYou are running `create-react-app` 4.0.0, which is behind thePlease remove any global installs wit