File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 278
278
source ~ /.zshrc
279
279
source ~ /.bash_profile
280
280
281
- # Install the latest stable version of node.js
281
+ # Install node.js v14.16.0
282
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} "
283
+ echo -e " Now I'm going to use NVM to install Node.js v14.16.0 which works with Azure ${clear} "
284
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} "
285
+ echo -e " ${lightblue} Installing Node.js node. v14.16.0 ...${clear} "
286
286
nvm install v14.16.0
287
287
288
288
# Set up the git config to have the right authors for commits
You can’t perform that action at this time.
0 commit comments