3

I want to install NodeSource Node.js v7 on my Raspberry Pi 1, but when I run the code: curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -, I am presented with:

## Installing the NodeSource Node.js v7.x repo...

## You appear to be running on ARMv6 hardware. Unfortunately this is not currently 
supported by the NodeSource Linux distributions. Please use the 'linux-armv6l' binary 
tarballs available directly from nodejs.org for Node.js v4 and later.

How can I install Node.js v7 on a Raspberry Pi 1?

4
  • 1
    That message is telling me you can't. Commented Jan 16, 2017 at 16:43
  • So there in no way that I can do that then @joan ? Commented Jan 16, 2017 at 17:08
  • How to Install or Upgrade to Node.js v7 on the Raspberry Pi. Commented Jan 16, 2017 at 17:41
  • @DRM as fas as I am aware you need a Pi2 or Pi3, i.e. a four core Pi. Commented Jan 16, 2017 at 17:51

1 Answer 1

0

I think you can follow a similar procedure as this one. I.e.

  1. Uninstall original
  2. Re-install newer one but compiled for ArmV6.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.