Last updated on March 30th, 2023 at 07:09 pm
If you are using Raspbian Jessie on your Raspberry Pi then you may want to use Node.JS.
You can use Node.JS for a number of things one being running a Twitter Bot to automatically retweet, like or favourite tweets based on Twitter search queries.
To install Node.JS on your Raspberry Pi, simply follow the steps listed below:
Open a Terminal session by clicking on the icon on the taskbar:
This will open a Terminal session and you should then run the following commands this this order.
Update your version of Raspbian and all packages:
- sudo apt-get update
- sudo apt-get dist-upgrade
Download the required package:
- wget https://node-arm.herokuapp.com/node_latest_armhf.deb
Install the package:
- sudo dpkg -i node_latest_armhf.deb
Test the installation and Node version:
- node -v
You will now have Node.JS installed on your Raspberry Pi and ready to start using it.
Check out our blog for other guides on the Raspberry Pi.
COMMENTS
If you have any questions or comments on this guide, please feel free to leave us a message below using our comments system.
Free Subscription
If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.
No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.