Something pretty important:
@echo off
echo Installing Node.js...
msiexec /i "https://nodejs.org/dist/v14.17.1/node-v14.17.1-x64.msi" /passive
Node 14 is EOL. Node 16 goes EOL as of September. Probably worth using Node.JS 18.
While things might work, new deps might break and probably a good idea to user a more recent version.
Totally agree!
ChatGPT is only aware of events up to 2021