最新的AngularJS需要nodejs8以上的版本支持,而Centos7软件仓库中的nodejs是6版本,因此需要先安装新版nodejs。
首先添加nodesource作为安装源
curl -sL https://rpm.nodesource.com/setup_9.x | sudo -E bash -
然后安装nodejs
yum -y install nodejs
用npm安装AngularJS
npm install -g @angular/cli
安装完成
ng --version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 7.1.4
Node: 9.11.2
OS: linux x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.11.4
@angular-devkit/core 7.1.4
@angular-devkit/schematics 7.1.4
@schematics/angular 7.1.4
@schematics/update 0.11.4
rxjs 6.3.3
typescript 3.1.6