WebIDE install Error

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
phoniclynx
 
Posts: 1
Joined: Tue Aug 21, 2018 8:44 am

WebIDE install Error

Post by phoniclynx »

Just bought a Raspberry Pi Zero W and I've tried to install the WebIDE to be able to learn Python easily enough. I've gone to the adafruit site to follow the installation instructions and ran the script:

Code: Select all

curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/scripts/install.sh && sudo sh
This didn't achieve much as it just stopped there. I broke that using Ctrl-C. So I used wget to download it and run it.

It then ran, but came up with an error:

Code: Select all

false
**** Downloading the latest version of the WebIDE ****
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   131    0   131    0     0     87      0 --:--:--  0:00:01 --:--:--    87
100 2379k  100 2379k    0     0   279k      0  0:00:08  0:00:08 --:--:--  464k
**** Installing required libraries ****
**** (nodejs-legacy npm git i2c-tools python-smbus ntp libkrb5-dev) ****

## Installing the NodeSource Node.js 8.x LTS Carbon 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 4 and later.
Any help on getting this to work correctly?

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”