标签: node.js ubuntu-14.04 apt nvm
我正在尝试通过NVM安装nodejs。我在这里使用教程(https://github.com/creationix/nvm)。运行nvm install v0.10.25后,我尝试通过运行node -v来检查当前节点版本,但它会显示The program 'nodejs' is currently not installed. You can install it by typing: apt-get install nodejs。这有什么问题?
nvm install v0.10.25
node -v
The program 'nodejs' is currently not installed. You can install it by typing: apt-get install nodejs