Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build on Node.js versions above 0.10 #2

Open
bergie opened this issue Jan 4, 2017 · 2 comments
Open

Fails to build on Node.js versions above 0.10 #2

bergie opened this issue Jan 4, 2017 · 2 comments

Comments

@bergie
Copy link

bergie commented Jan 4, 2017

Node 0.10 is unmaintained, so adding support to newer would be good. Some details in noflo/noflo-gpio#1

@paulvarache
Copy link
Owner

Hi, thanks for the report. I started updating the C++ to support the new V8 API, thus dropping support for 0.10 and 0.12 which are now deprecated. I got a version compiling and I did some test on a raspberry pi and a LED.

Tasks remaining before publishing:

  • Test all features on RPi + BPi (GPIO/PWM/CapacitiveTouch)
  • Test compilation on different Node.JS versions (I only tested LTS/6.9.3 so far)

If you want to check the progress or run some test yourself, you can pull from the v1 branch

@dscalzi
Copy link

dscalzi commented Oct 2, 2017

Thanks for this, working great on Node.js 8.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants