Sto cercando di installare nodejs su mac usando homebrew, ma quando eseguo il comando:
brew install node
Ho ricevuto il seguente errore:
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.
ma quando corro:
sudo npm uninstall npm -g
Ottengo:
sudo: npm: command not found
Quando eseguo il comando npm
, ottengo:
-bash: /usr/local/bin/npm: No such file or directory
quindi non sono sicuro che sia effettivamente installato o meno.
La mia versione del nodo è 0.8.22 (non ho idea da dove provenga). Come dovrei aggiornarlo alla versione più recente?