Horje
install angular cli Code Example
install angular cli
npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve
install angular cli specific version
npm install -g @angular/cli@6.1.1
install angular cli
npm install -g @angular/cli    //make sure you have node/npm installed 
ng new <appname>        //  eg:  ng new my-app
cd <appname>       // cd my-app
ng serve
install angular cli version
Install Specific Version (Example: 6.1.1)
npm install -g @angular/cli@6.1.1
angular cli install
npm i -g @angular/cli
ng new <app-name>
cd <app-name>
ng serve




Shell

Related
e package 'oracle-java8-installer' has no installation candidate ubuntu 16.04 Code Example e package 'oracle-java8-installer' has no installation candidate ubuntu 16.04 Code Example
install selenium python Code Example install selenium python Code Example
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease  Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been i W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been i
install pprint python Code Example install pprint python Code Example
git command show current repo Code Example git command show current repo Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
19