-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Beta test [email protected] #688
Comments
OSX:
|
@rwaldron we just published |
Raspbian Jessie 2016-02-26: Node.js v0.10.29, v4.4.1, v5.9.1
Node.js v6.0.0-nightly20160307061ebb39c9
These compile errors are occurring because serialport depends on an old version of NAN (v2.0.9). Upgrading to NAN v2.2.1 solves the problem. There's a fork of serialport at https://github.com/fivdi/node-serialport with the corresponding NAN upgrade. It installs successfully and can read and write successfully. There's a corresponding PR at #707
|
Well this is the first node6 I've seen. Thanks! On Wed, Mar 30, 2016, 6:49 AM Brian Cooke [email protected] wrote:
|
It probably won't be the last v6 issue :) |
Supporting it needs to be on the road map but it's behind a couple bugs. On Wed, Mar 30, 2016, 9:44 AM Brian Cooke [email protected] wrote:
|
That is to say, patches welcome. On Wed, Mar 30, 2016, 9:51 AM Francis Gulotta [email protected] wrote:
|
We need confirmation that
[email protected]
works on the following platformsIdeally with node 0.10, 0.12, 4 and 5.
Changes include (full diff):
The text was updated successfully, but these errors were encountered: