#Taurus 纬度空间后台
npm config set registry https://registry.npm.taobao.org && npm config ls
淘宝的镜像,比国外的快n倍
; cli configs
user-agent = "npm/3.9.5 node/v4.4.5 win32 x64"
; userconfig C:\Users\Administrator\.npmrc
email = "[email protected]"
registry = "https://registry.npm.taobao.org/"
; node bin location = D:\Program Files\nodejs\node.exe
; cwd = E:\oscchina\Taurus
; HOME = C:\Users\Administrator
; "npm config ls -l" to show all defaults.
npm install -g npm
如果是mac 请用sudo npm install -g npm
npm -v
E:\oscchina\Taurus>npm -v
3.9.5
npm install -g typings
npm install
npm run start
http://localhost:3333