> For the complete documentation index, see [llms.txt](https://diamondbell.gitbook.io/angular/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://diamondbell.gitbook.io/angular/master.md).

# Install node,npm,angular CLI/angular5 in ubuntu

> before you start installation to take ubuntu latest update for below command
>
> ```
>  sudo apt-get update
> ```

install - node

```
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -sudo apt-get install -y nodejssudo apt-get install -y build-essential
```

install - npm

```
 sudo npm install -g npm@latest sudo npm update sudo npm install nvm install v8.9.4 //-- Now using node v8.9.4
```

install - angular cli

```
 node -v npm -v npm install -g @angular/cli (or)npm install --save-dev @angular/cli@latest ng5 -v
```

> visual code:
>
> [Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
