Uday's website
Published on Uday's website (https://uday.net)

Home > How to Install Latest Nodejs, Npm, Angular 2, Typescript on Ubuntu 16.04

How to Install Latest Nodejs, Npm, Angular 2, Typescript on Ubuntu 16.04 [1]

Submitted by uday [2] on April 25, 2017 - 7:48pm

https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/# [3]

Run following scripts

$ sudo apt-get install python-software-properties

$ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -

$ sudo apt-get install nodejs

$ node -v

$ npm -v

Now install Angular

$ sudo npm install -g @angular/cli

$ ng -v

Now install Typescript

$ sudo npm install -g typescript

$ tsc -v

$ sudo npm install -g gulp

$ gulp -v

 

Rating: 

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/How-to-Install-Latest-Nodejs-%26-Npm-Angular2-Typescript-on-Ubuntu-16.04

Links
[1] https://uday.net/How-to-Install-Latest-Nodejs-%26-Npm-Angular2-Typescript-on-Ubuntu-16.04 [2] https://uday.net/user/1 [3] https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/#