coxse / NodeJs-Raspberry-Pi

Install NodeJs on your Raspberry Pi

Home Page:http://www.audstanley.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs-Raspberry-Pi

This is a simple shell script that will install NodeJs v9.x. The "Latest version" of NodeJs version of 9.x in the raspberry pi on every version of raspberry pis (zero|1|2|3)

You can install everything on your pi by going into you Raspberry Pi zero|1|2|3's terminal, and running:

sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/master/Install-Node.sh | bash
node -v

Please note that this should work for EVERY raspberry pi.

As new integer versions of NodeJs come out, I will update the script. I even wrote some NodeJs code that checks for integer updates every hour, and will send me a push notification to my phone, so this script should be up to date for a LONG time. Here is that code: checkNodeJsForLatestDistro

Buy Me a Coffee at ko-fi.com

or stop by at my blog: audstanley.com

About

Install NodeJs on your Raspberry Pi

http://www.audstanley.com


Languages

Language:Shell 100.0%