Node & nvm
One time dev setup
Getting started
First we need to install some tools. These instruction assume a unix terminal prompt. For windows, install WSL (Windows Subsystem for Linux) from the Windows app store.
Install NodeJS
If you already have NodeJS installed, you can skip ahead. If not head on over to nodejs.org and download an installer or use nvm to be able to future-proof your NodeJS installation.
Using nvm:
Restart your terminal or follow the instructions on the terminal. Then install node:
Last updated