安装指定版本Angular-CLI
摘要:卸载并安装指定版本Angular CLI卸载之前的版本npm uninstall -g @angular/cli清除缓存,确保卸载干净npm cache clean检查是否卸载干净输入ng version,若显示command not found则卸载干净安装指定版本npm install -g @angular/cli@1.6.3检查版本号ng versioncli对应版本
阅读全文
posted @ 2018-05-24 16:29
浙公网安备 33010602011771号