bower的安装问题

发布于 2022-08-29 21:56:02 字数 572 浏览 23 评论 0

不用sudo 装不上bower,init的时候提示:

Error: EACCES, permission denied '/home/xm/.config/configstore/insight-bower.yml'
You don't have access to this file.

用sudo bower init又错误:

    bower ESUDO         Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with superuser permissions.
If you're having permission errors when using bower without sudo, please spend a few minutes learning more about how your system should work and make any necessary repairs.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

肩上的翅膀 2022-09-05 21:56:02

I think it will be help you :http://beyondweb.cn/bower-cannot-be-run-with-sudo.html

sudo bower install --allow-root

欢烬 2022-09-05 21:56:02

安装的时候需要 sudo npm -g install bower --allow-root
这样安装就没有什么问题。

你现在的问题是用户权限不够造成的,你可以:
sudo chown -R 你所操作的用户名 /home/xm/
这样应该就可以了
希望有帮助!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文