标签:class ase tool http 好的 bst .com https tps
nvm list //查看已安装的版本nvm install 6.11.0 //安装Node.js 6.11.0,因为@angular/cli需要6.9版本以上支持nvm use 6.11.0 //切换到新安装的版本
npm config set proxy=http://localhost:1080npm config set https-proxy=http://localhost:1080
npm install -g @angular/cli
安装完后,查看ng版本(如下图)
ng version



浏览器地址栏输入:localhost:4200,显示如下图即OK 

标签:class ase tool http 好的 bst .com https tps
原文地址:http://www.cnblogs.com/enginex/p/7147892.html