Advertisement
zvika

Raspberry Pi 3 Node Installer

Oct 19th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade
  3. curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash
  4. sudo apt install -y nodejs
  5. node –v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement