Installing Node js on Raspberry Pi #piday #raspberrypi @Raspberry_Pi

NewImage

How to install Node js on Raspberry Pu. via justplugin

Node.js source code is available at ; http://nodejs.org/dist

Installation & Configuration

There are no specific configurations of the Raspberry Pi required in order to get it to run Nodejs. However if remote access is required then the openssh server should be installed and configured.

Install and configure the Open SSH server : In order to remotely connect to the Raspberry Pi the Open-SSH server needs to be installed and configured. (It should already be installed, however running the steps below will ensure that the latest version is in use and that the encryption keys are generated.)

If the Raspberry Pi is running in ‘headerlesss’ mode ie. without a monitor, keyboard or mouse, then this will be required to connect to the Raspberry Pi over the LAN.

Full tutorial

998Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


1 Comment

  1. just did this last night cept i used compiled version (0.10.35) so i didnt have to wait:
    wget http://node-arm.herokuapp.com/node_latest_armhf.deb
    sudo dpkg -i node_latest_armhf.deb

    also worth checking out if you plan to write any code 🙂 https://www.npmjs.com/package/rpi-gpio

Sorry, the comment form is closed at this time.