We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149cf2e commit 03bf845Copy full SHA for 03bf845
setup.sh
@@ -278,11 +278,11 @@ fi
278
source ~/.zshrc
279
source ~/.bash_profile
280
281
-# Install the latest stable version of node.js
+# Install node.js v14.16.0
282
echo -e "${lightblue}${sweat_smile} You're enjoying watching me do all the work, aren't you?"
283
-echo -e "Now I'm going to use NVM to install the latest stable version of Node.js${clear}"
+echo -e "Now I'm going to use NVM to install Node.js v14.16.0 which works with Azure${clear}"
284
read -p "${green}Hit return to start the install (return)${clear}"
285
-echo -e "${lightblue}Installing the latest stable version of Node.js...${clear}"
+echo -e "${lightblue}Installing Node.js node. v14.16.0...${clear}"
286
nvm install v14.16.0
287
288
# Set up the git config to have the right authors for commits
0 commit comments