提问人:Sandro Palmieri 提问时间:7/6/2019 最后编辑:tk421Sandro Palmieri 更新时间:8/8/2020 访问量:260
无法使用 create-react-app 生成项目
can't generate project with create-react-app
问:
我正在使用 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 正在删除生成的文件...纱线锁 做。
不知道发生了什么。有什么帮助吗?
答:
0赞
Collins Koech
8/8/2020
#1
将 node js 更新到较新版本
然后再次运行
这应该可以解决您的问题create-react-app
评论
yarn cache clean