| cd ~ | cd ~ | ||||
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | ||||
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash | ||||
| sleep 2 | |||||
| source ~/.bashrc | source ~/.bashrc | ||||
| sleep 2 | |||||
| nvm list-remote | nvm list-remote | ||||
| sleep 2 | |||||
| nvm install v16.19.1 | nvm install v16.19.1 | ||||
| sleep 2 | |||||
| node --version | node --version | ||||
| npm --version | npm --version | ||||
| npm install -g @angular/cli | npm install -g @angular/cli |