我在Windows(WSL)上使用Linux。 当我尝试使用create-react-app搭建项目时,出现以下消息:
<script>
function my function() {
var x = document.getElementById("demo");
location.replace("localhost:57168/Hoopweb_Viwer.aspx?scs=" +x);
}
</script>
info访问link添加以获取有关此命令的文档。
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".
正在删除生成的文件... node_modules 删除生成的文件... package.json 删除生成的文件... yarn.lock 完成。
不知道发生了什么。有帮助吗?
答案 0 :(得分:0)
将节点js更新为新版本
然后再次运行create-react-app
这应该可以解决您的问题