安装node-gyp
#cd /usr/local/src
#npm install -g node-gyp --registry=https://registry.npm.taobao.org
#su
#git clone https://github.com/NetEase/pomelo.git
#cd pomelo
#npm install -g --unsafe-perm
#npm install -g pomelo --registry=https://registry.npm.taobao.org --unsafe-perm
最后三步可以交替进行,因为安装poemlo这一步需要反复很多次
安装完成以后验证一下,版本应该是1.2.3