Skip to content

JS Libraries

javascript

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

d3.js

https://threejs.org/

Three.js

https://d3js.org/