当前位置: 首页 > 知识库问答 >
问题:

自制npm安装:无法符号链接

狄卓君
2023-03-14
Could not symlink share/doc/node/gdbinit
Target /usr/local/share/doc/node/gdbinit
already exists. You may want to remove it:
  rm '/usr/local/share/doc/node/gdbinit'

我试着移除它,但我的许可被拒绝了。

我试过跑啤酒西梅。我已尝试卸载,然后使用以下步骤重新安装:

$ brew uninstall npm
$ brew uninstall node
$ npm uninstall npm -g
$ sudo rm -rf /usr/local/lib/node_module

错误:“BREW链接”步骤未成功完成

我正在运行优胜美地10.10.5。我已经安装了git版本2.6.0。我的自制酒更新了。一位酿酒医生给了我这样的警告:

Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
    node

不知道从这里到哪里去。我正努力摆脱对CodeKit的依赖,然后大口大口地跑起来。

共有1个答案

裴心水
2023-03-14

看起来/usr/local中的几个文件和目录现在由root所有,因为您使用sudo运行了几个步骤。要消除这些问题,请收回/usr/local下所有文件和目录的所有权:

sudo chown -R $(whoami) $(brew --prefix)/*

完成后,再次运行brew doctor

类似的问题可以在这里找到:

  • https://apple.stackExchange.com/questions/192227/make-files-in-usr-local-writable-for-homebrew
  • 酿造医生说:“警告:/usr/local/include不可写。”
 类似资料:
  • 任何帮助都将得到高度赞赏。 谢谢,沙兹

  • 我试图安装npm包(node-xmpp-server),但它未能安装。以前,当我试图安装一个包,是安装全局而不是本地,但现在它根本没有安装。 npm安装节点xmpp服务器 错误为:npm ERR!errno-4048 npm错误!Windows NT 6.3。9600 npm错误!argv“c:\Program Files\nodejs\node.exe”“c:\Program Files\nod

  • 问题内容: 尝试安装NPM时收到此错误。非常感谢对此错误的任何帮助。 从http:// …-> https://更改了命令,仍然没有运气。 其他资讯: 作业系统:Mac OSX 10.8.2 CURL:curl 7.24.0(x86_64-apple-darwin12.0) 因此,我尝试以超级用户身份进行安装,并很快遇到了这堆文字。 我在这里完全迷路了。 问题答案: 您将获得install.sh脚

  • =D:\Users\pjha\AppData\Roaming\npm\node\u modules\tty。js\node\u模块\ws (节点gyp重建2

  • 我在这行有一个错误:最终用户=新用户(地址、确认密码、用户电子邮件、密码、电话号码、用户名、链接); 错误为“无法解决符号链接” 我已经删除了一些代码,如果你需要更多细节,请在下面留下评论。有人能帮忙吗?非常感谢你的帮助

  • 问题内容: 我正在尝试安装npm软件包(node-xmpp-server),但安装失败。以前,当我尝试安装全局安装而不是本地安装的软件包时,现在却根本没有安装。 请帮帮我。 npm install node-xmpp-server 错误是:npm ERR!errno -4048 npm错误!Windows_NT 6.3.9600 npm错误!argv“ c:\ Program Files \ no