Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 

Repository files navigation

NodeJs-Raspberry-Pi

This is a simple shell script that will install NodeJs v7.x. The "Latest version" of NodeJs version of 7.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:

cd;
git clone https://github.com/audstanley/NodeJs-Raspberry-Pi;
cd NodeJs-Raspberry-Pi;
chmod +x Install-Node.sh;
sudo ./Install-Node.sh;
cd .. && rm -R -f NodeJs-Raspberry-Pi/;
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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages