标签:registry taobao tao esc windows7 npm lang link str
1、nodejs 安装
https://nodejs.org/en/ 此网址下载相应版本
2、设置
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
3、安装typescript
https://www.typescriptlang.org/#download-links
这儿安装就
4、npm install -g @angular/cli
标签:registry taobao tao esc windows7 npm lang link str
原文地址:https://www.cnblogs.com/xiaoruilin/p/12235482.html