Ubuntu 16.04安装composer 1、安装Nodejs sudo apt-get install nodejs sudo apt install nodejs-legacy sudo apt install npm 更新npm的包镜像源为淘宝源 npm config set registry https://registry.npm.taobao.org npm config list 全局安装n管理器 npm install n -g 更新nodejs n v8.11.4 更新npm npm -g install npm@5.6.0 2、安装python2.7.x su