gpt4 book ai didi

reactjs - create-react-app 抛出错误 : "Missing dependencies in package.json"

转载 作者:行者123 更新时间:2023-12-03 20:27:59 24 4
gpt4 key购买 nike

所以我正在尝试运行 reactjs 官方教程和第一行代码:

 npx create-react-app react-tutorial

...我收到以下错误:
npx: installed 91 in 12.692s

Creating a new React app in /home/foo/projects/react-tutorial.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...

yarn add v1.12.3
[1/4] Resolving packages...
warning react-scripts > fsevents@2.0.6: Please update: there are crash fixes
[2/4] Fetching packages...
[-----] 1/1297Missing dependencies in package.json

我读了一些其他地方来清理或强制清理 npm 缓存,但这也不起作用:
npm cache clean --force       

我在 ubuntu 上运行最新的节点 (10.16.0) 我也尝试过 8.*

最佳答案

似乎在这个issue中讨论了错误:

This seems to be a Yarn issue.



解决方法是使用 npm 而不是 yarn:
create-react-app myproject --use-npm

如果使用 npm 安装,您会遇到以下错误:

npm ERR! cb() never called!



通过更新(或删除)以下命令来增加 .bashrc、.bash_profile 和/或 .profile 中的 ulimit:
ulimit -n 20000

关于reactjs - create-react-app 抛出错误 : "Missing dependencies in package.json",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56651913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com