|
|
@@ -4,9 +4,13 @@ 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 |
|
|
|
source ~/.bashrc |
|
|
|
nvm list-remote |
|
|
|
echo "Enter the version of node you want to install: (Example. 'v16.19.1')" |
|
|
|
read nodeversion |
|
|
|
nvm install $nodeversion |
|
|
|
nvm install v16.19.1 |
|
|
|
node --version |
|
|
|
npm --version |
|
|
|
npm install -g @angular/cli |
|
|
|
# echo "Enter the version of node you want to install: (Example. 'v16.19.1')" |
|
|
|
# read nodeversion |
|
|
|
# nvm install $nodeversion |
|
|
|
|
|
|
|
#ADDING GIT DOMAIN NAME TO HOSTS |
|
|
|
# echo "10.10.5.77 git.bbh.org.in" >> /etc/hosts |