I'm using Node.js version v20.9.0, and when I try to run the command npx creat-react-app primeiro_app at the prompt, return the error: > npx crate-react-app primeiro_app npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/crate-react-app - Not found ...
404 Not Found - GET https://registry.npmjs.com/creat-react-app - Not found” and cannot be run directly.) 二次补充,先运行 npm init 再运行 npx 可以解决上面的问题;但新的问题又出来了:我的项目是 MyReact / my-app ,为什么 MyReact 会提示错误呢?是因为我是在 MyReact 下运行的 npx 吗?(...
在命令行中,创建一个 React 应用程序并将其命名为 web-code-editor:npxcreate-react-app web-code-editor 同时,因为此时 creat-react-app 使用 useState 钩子,我们将该 state 存储单击该选项卡按钮时当前打开的编辑器选项卡的名称。 让我们继续编写函数,该函数将使用 setOpenedEditor 来更改单击选项卡按钮时的 sta...