Giter Club home page Giter Club logo

Comments (4)

mwittig avatar mwittig commented on July 30, 2024

@chriscartin Which version of Node.js do you run? You can just type node --version to find out. Note, only version 4.x and higher is supported by node-milight-promise.

If you don't use Node.js for other applications my advice is to update your Node.js setup. My advice is NOT to use the Raspbian apt package for nodejs as this will be most likely outdated as you said. Remove the package and install the suitable binary package from https://nodejs.org/en/download/

from node-milight-promise.

chriscartin avatar chriscartin commented on July 30, 2024

The issue is that the pi, by default comes with version v0.10.26. I eventually found a way to install a 'proper' version of node.js but that was only version 6. It seems that's the highest version supported by the ARM6 processor in my Pi so I gave up.

from node-milight-promise.

mwittig avatar mwittig commented on July 30, 2024

Well, I think the current node.js releases are still supported for ARM6. Please check https://nodejs.org/download/release/v8.9.0/ for available builds of the current LTS release. Later on I will also add further details to get you going.

EDIT: Suggested Setup

  • Make sure node.js is uninstalled and all node processes have been terminated
  • Download node-v8.9.0-linux-armv6l.tar.gz , e.g. using curl or wget
  • Unpack the downloaded archive, tar xvfz node-v8.9.0-linux-armv6l.tar.gz
  • Change to the extracted directory, cd node-v8.9.0-linux-armv6l
  • Copy stuff to /usr/local, sudo cp -R * /usr/local/

EDIT2:

The issue is that the pi, by default comes with version v0.10.26.

You are using an outdated and unsupported version of Raspbian. Newer versions like "Raspbian Stretch" include Node.js version 4, at least. However, as I said the support for Node.js with Raspbian / Debian is not satisfactory in my opinion and this is why my suggestion is to use builds provided by nodejs.org. Note beyond, if you are familiar with Debian Package Management it is also possible to nodejs.org as package source for Raspbian. However, I am not sure this included packaging for ARM6. For this reason my advice goes for using the tar-ball distribution.

from node-milight-promise.

mwittig avatar mwittig commented on July 30, 2024

No follow up. Closing this now

from node-milight-promise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.