错误“由于 npm ERR 中的错误,您的缓存文件夹包含 root 拥有的文件!以前版本的 npm 已得到解决”
Posted
技术标签:
【中文标题】错误“由于 npm ERR 中的错误,您的缓存文件夹包含 root 拥有的文件!以前版本的 npm 已得到解决”【英文标题】:Error "Your cache folder contains root-owned files, due to a bug in npm ERR! previous versions of npm which has since been addressed" 【发布时间】:2020-06-06 17:08:51 【问题描述】:我最近安装了 Ubuntu 18.04 稳定版。我安装了 Node.js (v12.16.1) 和 npm (v6.13.4) 的最新稳定版本。
当我尝试使用“npm i create-react-app”安装“create-react-app”时,出现错误。
Your cache folder contains root-owned files, due to a bug in previous versions of npm which has since been addressed
我尝试了 sudo chown -R 1000:1000 "/home/shubham/.npm"
,但仍然遇到同样的错误。
请求人们帮助我。
提前致谢!!
【问题讨论】:
这能回答你的问题吗? Error "Your cache folder contains root-owned files, due to a bug in previous versions of npm" while "npx create-react-app example_app" 上面的链接没有接受的答案 【参考方案1】:我遇到了这个问题,看到了这个:
我的一个问题是/npm
不存在。我创建了/npm
,然后运行了建议的命令sudo chown -R 1000:1000 "/npm"
,它似乎工作了。我也遇到了与 ~/.npm 相同的问题 - 我相信区别在于一个是全局的,另一个是本地的。
【讨论】:
以上是关于错误“由于 npm ERR 中的错误,您的缓存文件夹包含 root 拥有的文件!以前版本的 npm 已得到解决”的主要内容,如果未能解决你的问题,请参考以下文章
Pig 安装错误:错误 pig.Main:错误 2998:未处理的内部错误