Skip to main content

Node

Always usefull to have a few commands nearby when having to write or interact with NodeJS code.

NVM

Node Version Manager, better than installing node directly.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# read the final output and run the given command

Install Node.

nvm