Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

Docs

set temp (for current shell) node

nvm use 14

set deafult version

# first install
nvm install 18.10.0

# then set
nvm alias default 18.10.0

# check and verify
nvm list