Monoista

Logo

View My GitHub Profile

13 August 2020

Installing npm and Node.js on Raspberry Pi

install nvm (Node Version Manager)

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

update Node.js

nvm ls
nvm ls-remote
nvm install [version.number]

select Node.js version

nvm use [version.number]
tags: node.js - npm - raspberry-pi