所以我犯了一个错误,试图去除所有的 sudo 依赖项。我从站点下载了 npm 作为一个软件包,并进行了手动/全局安装。但似乎我总是要运行 sudo... ... 所以我试图卸载和运行自制程序。
现在,我甚至不能让 node 或 npm 运行... 我想我必须链接与酿造链接他们,但我得到这个错误:
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
我正在运行优胜美地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 的依赖,开始大口吞咽并运行。