Instructions to install Node.js and NPM for Quartz and other development.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm ls-remote
nvm install node
This will install both the latest version of Node.js and NPM.
