It seems that Taobao npm registry is not working well with the latest npm@5
so please prefer official npm if possible
Call npm using Taobao registry by adding or replacing the
registry
param with
--registry=https://registry.npm.taobao.org
With npm installed, run
npm install -g tb-npm
The entry command is tnpm
JUST use tnpm
like npm
The ONLY difference is the registry
param is always https://registry.npm.taobao.org
tnpm install -g ts-starter
MIT