私はhomebrewを使用してmacにnodejsをインストールしようとしていますが、コマンドを実行すると:
brew install node
次のエラーが表示されます。
Beginning with 0.8.0, this recipe now comes with npm.
It appears you already have npm installed at /usr/local/lib/node_modules/npm.
To use the npm that comes with this recipe, first uninstall npm with
`npm uninstall npm -g`, then run this command again.
If you would like to keep your installation of npm instead of
using the one provided with homebrew, install the formula with
the `--without-npm` option.
しかし、私が実行すると:
sudo npm uninstall npm -g
私は得る:
sudo: npm: command not found
コマンドを実行すると、次のnpm
ようになります:
-bash: /usr/local/bin/npm: No such file or directory
そのため、実際にインストールされているかどうかはわかりません。
私のノードのバージョンは0.8.22です(どこから来たのかわかりません)。最新バージョンに更新するにはどうすればよいですか?
homebrewを使用する場合は、それだけを使用します。最初にbrewを使用してアンインストールしようとします。また、yiuはhome-brew経由でノードをインストールしましたか?
—
マーク
場合
—
bmike
brew list
を示しノードとNPMの両方、ちょうどその両方を削除して再起動?
私はこれを十分に理解していないNPMが壊れなったかに自作のスレッドをインストールしたときが、1行のNPMがインストールのようにそれはいくつかの文書化の回避策であなたを助けるかもしれない
—
bmike
npm_config_prefix=/usr/local/lib/node_modules; curl -sSL https://npmjs.org/install.sh | bash