JS Libraries
Node.js
Install and Update Node.js, NPM and yarn
Use chocolatey to install node.js which includes NPM and install yarn using npm once node.js is installed:
choco -y install nodejs
npm install --global yarn
Update node.js, NPM and yarn:
choco -y update nodejs
npm cache clean -f
npm install -g npm@latest
npm audit fix
yarn set version stable