create-react-app 不工作 ??任何帮助表示赞赏
create-react-app not working ?? Any Help is Appreciated
刚刚尝试创建我的第一个 React 应用程序,但 React 肯定没有心情欢迎我。
在安装所有节点和 create-react-app 之后,甚至检查它们的版本以确保它们 installed.I 继续使用 npm create-react-app my-app 命令创建 React 应用程序,但它给了我这个错误我无法解决。
任何帮助将不胜感激。
我什至尝试更新配置文件,但也显示了这些错误。
如 create-react-app github 存储库 wiki 中所指定。请仔细阅读详细的分步说明。
npx
npx create-react-app my-app
(npx 是 npm 5.2+ 及更高版本附带的包运行器工具)
npm
npm init react-app my-app
npm init 在 npm 6+
中可用
纱线
yarn create react-app my-app
参考Link:https://github.com/facebook/create-react-app#creating-an-app
刚刚尝试创建我的第一个 React 应用程序,但 React 肯定没有心情欢迎我。
在安装所有节点和 create-react-app 之后,甚至检查它们的版本以确保它们 installed.I 继续使用 npm create-react-app my-app 命令创建 React 应用程序,但它给了我这个错误我无法解决。
任何帮助将不胜感激。
我什至尝试更新配置文件,但也显示了这些错误。
如 create-react-app github 存储库 wiki 中所指定。请仔细阅读详细的分步说明。
npx
npx create-react-app my-app
(npx 是 npm 5.2+ 及更高版本附带的包运行器工具)
npm
npm init react-app my-app
npm init 在 npm 6+
中可用纱线
yarn create react-app my-app
参考Link:https://github.com/facebook/create-react-app#creating-an-app