安装最新nodejs

# apt-get update

# apt-get install -y python-software-properties software-properties-common

# add-apt-repository ppa:chris-lea/node.js

# apt-get update

# apt-get install nodejs

原文地址:https://www.cnblogs.com/zhengze/p/10702144.html