node版本升级

先安装node版本管理

    sudo npm install n -g

然后安装稳定版

    sudo n stable

或者最新版

    sudo n latest

你可能感兴趣的:(node版本升级)