上QQ阅读APP看书,第一时间看更新
Angular CLI
Now that Node.js has been installed, let's install Angular CLI (https://cli.angular.io). Open a Command Prompt / Terminal and run the following command:
$ npm install -g @angular/cli@1.7.3
Once you have successfully installed, you can run the following command to verify the installation:
$ ng -v
_ _ ____
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 1.7.3
Node: 6.13.1
OS: darwin x64
Angular:
...