Ubuntu 升级nodejs版本

228 阅读1分钟

1、升级

$ sudo npm install n -g
$ sudo n stable

2、验证

    $ node --version

到此 Ubuntu 升级nodejs版本介绍完成。