无法使用 create-react-app 生成项目

can't generate project with create-react-app

提问人:Sandro Palmieri 提问时间:7/6/2019 最后编辑:tk421Sandro Palmieri 更新时间:8/8/2020 访问量:260

问:

我正在使用 Windows 上的 Linux (WSL)。 当我尝试使用 create-react-app 为项目搭建脚手架时,我收到以下消息:

error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/home/sashacode/.cache/yarn/v4/npm-table-5.2.3-cde0cc6eb06751c009efab27e8c820ca5b67b7f2/node_modules/table/README.md'".
info If you think this is a bug, please open a bug report with the information provided in "/mnt/c/Users/PC2/Apps/react_projects/new_world/yarn-error.log".

info 访问链接添加以获取有关此命令的文档。

Aborting installation.
yarnpkg add --exact react react-dom react-scripts --cwd /mnt/c/Users/PC2/Apps/react_projects/new_world has failed.

正在删除生成的文件...node_modules 正在删除生成的文件...package.json 正在删除生成的文件...纱线锁 做。

不知道发生了什么。有什么帮助吗?

node.js reactjs npm create-react-app yarnpkg

评论

0赞 Dmitriy 7/6/2019
在什么命令之后,您会收到此错误?
0赞 d4vsanchez 7/6/2019
你试过跑步吗?yarn cache clean
0赞 Nino Filiu 7/6/2019
请正确设置代码的格式,以便清楚地区分问题的内容和错误日志的内容
0赞 Nino Filiu 7/6/2019
请准确描述您在收到此错误之前运行的命令,以便我们可以重现该错误

答:

0赞 Collins Koech 8/8/2020 #1

将 node js 更新到较新版本 然后再次运行 这应该可以解决您的问题create-react-app