Npm Related Tutorial

Install npm on ubuntu

install:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs

use taobao:
npm install -g cnpm --registry=https://registry.npm.taobao.org

update npm

npm install npm@latest -g

Install wechat on Ubuntu

1
2
3
git clone https://github.com/geeeeeeeeek/electronic-wechat.git
cd electronic-wechat
npm install && npm start
0%