就下面几行
apt-get install nodejs-legacy apt-get install npm # 安装n模块 npm install -g n # 升级nodejs到最新stable版本 n stable # 升级最新npm npm install npm@latest -g