全面披露我是一个全新的反应。this is the original response I get when I tried to create-react-app I tried to uninstall react-scriptsand create-react-app but was given these errors 我正在看一个视频教程,一开始我写了"sudo -g create-react-app@1.5.2“。然后我先运行create-
当我在我的终端中输入create-react-app my-app命令时,它看起来很有效--成功地下载了所有的库等等。然而,在这个过程的末尾,我得到了一条消息,即template was not provided。Please note that global installs of create-react-app are no longer supported.dependencies"
我尝试使用npm i create-react-app、npx create-react-app new-app和npm init react-app new-app安装create-react-app,但一直收到以下错误消息:
You are running create-react-app 4.0.0, which is behind the latest release (4.0.1).我该如何解决这个问题呢?
我有react的样例安装,我得到了以下内容
Error: Failed to load parser '@typescript-eslint/parser' declared in '.eslintrc我在这个项目中不使用打字本。我试着从头开始安装它,然后又得到了它。还试图从vscode插件中删除tslint。