即使安装了brew节点并且安装了NVM v0.6.19,我的节点版本始终是v0.6.1-pre。
我的节点版本是:
node -v
v0.6.1-pre
NVM这样说(我在一个bash终端中第一次安装了一个版本的节点之后):
nvm ls
v0.6.19
current: v0.6.19
但是当我重新启动bash时,这是我看到的:
nvm ls
v0.6.19
current: v0.6.1-pre
default -> 0.6.19 (-> v0.6.19)
那么,该幻影节点0.6.1-pre版本在哪里,如何摆脱它?我正在尝试通过NPM安装库,以便可以在项目上工作。
我尝试使用BREW在NVM之前进行更新,使用“ brew update”和“ brew install node”。我尝试删除/ usr / local / include中的“节点”目录以及“ / usr / local / lib”中的“节点”和“ node_modules”。我已尝试按照以下说明卸载npm并重新安装。
All of this because I was trying to update an older version of node to install the "zipstream" library. Now there's folders in my users directory, and the node version STILL isn't up to date, even though NVM says it's using 0.6.19.
Ideally, I'd like to uninstall nodejs, npm, and nvm, and just reinstall the entire thing from scratch on my system.
如果您无法找到节点,请运行
whereis node
,whereis npm
然后whereis nvm
根据需要删除列出的目录。您还需要完全关闭终端,然后重新打开以使更改生效。