安装nvm

curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash 
nvm install stable
nvm use stable
nvm alias default stable

nvm alias default stable这一步需要是因为如果没有这个, 每次开机后会找不到nodenpm

    原文作者:Meteor
    原文地址: https://segmentfault.com/a/1190000002646438
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞