Skip to content

Commit bd8402e

Browse files
author
Bob Dill
committed
update Ubuntu_Setup_Part_1.sh to force node v8 install
1 parent 44a5187 commit bd8402e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup_Ubuntu_Part_1.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ function nodeV8Install()
126126
[ -s "${NVM_DIR}/bash_completion" ] && . "${NVM_DIR}/bash_completion"
127127

128128
showStep "Installing nodeJS"
129-
nvm install --lts
130-
129+
nvm install 8.12.0
131130
showStep "Configure nvm to use version 8"
132-
nvm use --lts
133-
nvm alias default 'lts/*'
131+
nvm alias default 8.12.0
132+
133+
nvm use v8.12.0
134134

135135
# Install the latest version of npm
136136
showStep "Installing npm"

0 commit comments

Comments
 (0)