Skip to content

Commit ea19cb5

Browse files
committed
Updated the NVM and Node versions installed with this script.
1 parent 211168e commit ea19cb5

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

vector_install.sh

+11-4
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ if [ ! -d ~/.nvm ]
276276
then
277277
echo ""
278278
echo "**** install nvm and node js"
279-
curl -sSL https://raw.githubusercontent.com/creationix/nvm/v0.35.1/install.sh | bash
279+
curl -sSL https://raw.githubusercontent.com/creationix/nvm/v0.35.3/install.sh | bash
280280
sleep 3s
281281
echo ""
282282
echo ""
@@ -296,14 +296,21 @@ fi
296296
echo ""
297297
echo ""
298298
source ~/.profile
299-
echo "**** Attempt to install NodeJS 8.11.3 usign NVM"
300-
nvm install 8.11.3
299+
echo "**** "
300+
echo "**** "
301+
echo "**** NOTE: NodeJS for this project is updated from 8.11.3 to 12.16.1"
302+
echo "**** "
303+
echo "**** "
304+
sleep 5s
305+
306+
echo "**** Attempting to install NodeJS 12.16.1 usign NVM"
307+
nvm install 12.16.1
301308
echo ""
302309
echo ""
303310

304311
sleep 2s
305312
# now tell nvm to use the latest installed version
306-
nvm use 8.11.3
313+
nvm use 12.16.1
307314
echo ""
308315
echo ""
309316
sleep 1s

0 commit comments

Comments
 (0)