-
Notifications
You must be signed in to change notification settings - Fork 92
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
Not working with NodeJS v10.4.0 #90
Comments
As (wrongly) reported elsewhere: I confirm i2c module failed in node:latest (10) docker image while it's ok on node:9. |
Change-Id: Ica6872c4ff253f8415886ad0885a9af3a7f5e078 Relate-to: kelly/node-i2c#90 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Latest known working version is v9.11.2 (v10.0.0 and v10.9.0 failed using nvm) Is anyone active on this issue ? |
I have been switching to https://www.npmjs.com/package/rpio . this is working with i2c on node 10. |
Node 9.11.2 works for me- 10.x hasn't worked at all for it. Latest NPM, etc, npm rebuild i2c, nothing worked. |
Full log of failure using v10.13.0: Is anyone working on this ? |
It looks like this package is more active than i2c: Is there a way to make "i2c" be cooperatively maintained ? @kelly ? |
I swapped to i2c-bus it wasn't too big an issue. |
Do you think both could merge to make a smooth transition ? |
doubt it, it'd be better to select one and do into the future with it, I think |
Feel free to submit a PR to fix issues. I'm on vacation right now, an will
look over this thread when I return.
…On Fri, Nov 23, 2018 at 8:02 AM Philippe Coval ***@***.***> wrote:
Do you think both could merge to make a smooth transition ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACN-codU1KrlEoLZLG7rjoBY6-vwDA6ks5uyBwXgaJpZM4Uhsyl>
.
|
Is anyone interested into co maintenance in this team : |
Due to upstream bug compiling i2c on node v10: kelly/node-i2c#90
Due to upstream bug compiling i2c on node v10: kelly/node-i2c#90
Until upstream react, |
Also having trouble here on a RPi with Raspbian Stretch 9, NodeJS v10.15.0 and npm 6.4.1..
Log:
Thanks :) |
Hi again, I've sorted out the permissions issue and now I'm getting the same problems as @thorleifjaocbsen:
Thanks. |
As anyone fixed this in a fork ? |
Relate-to:kelly/node-i2c#90 Change-Id: I2f46eb06c8a4daac29b58c706a3e559103867097 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Relate-to:kelly/node-i2c#90 Change-Id: I2f46eb06c8a4daac29b58c706a3e559103867097 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Simulator does not requiere i2c Relate-to: kelly/node-i2c#90 Change-Id: Idf5854cbce9fcafd611f8725473465ee0aab507a Signed-off-by: Philippe Coval <p.coval@samsung.com>
Updating nan for node-10 Bug: kelly#90 Forwarded: https://github.com/kelly/node-i2c/pulls Change-Id: Ic46ed8072015b9f64ee3567965ea603c76bb3006 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Updating nan for node-10 Bug: kelly#90 Forwarded: https://github.com/kelly/node-i2c/pulls Change-Id: Ic46ed8072015b9f64ee3567965ea603c76bb3006 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Hello, I tried to install this library but does not working in Node 10.15.2 make: se entra en el directorio '/home/pi/noderest/cedula/node_modules/i2c/build' ::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo ::Callback = void ()(const v8::WeakCallbackInfonode::ObjectWrap&)]’: ::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo ::Callback = void ()(const v8::WeakCallbackInfoNan::ObjectWrap&)]’: npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
As fallback try:
|
Is it possible that the repository is private? npm ERR! Error while executing: npm ERR! A complete log of this run can be found in: |
fwiw, I swapped to i2c-bus with minimal code changes and it's fine, I'm
using up to 12.4 or something:
https://www.npmjs.com/package/i2c-bus
…On Wed, Sep 25, 2019 at 9:04 AM jscaglia ***@***.***> wrote:
As fallback try:
npm install abandonware/i2c
Is it possible that the repository is private?
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://
***@***.***/abandonware/i2c.git
npm ERR!
npm ERR! Warning: Permanently added the RSA host key for IP address
'140.82.113.4' to the list of known hosts.
npm ERR! ***@***.***: Permission denied (publickey).
npm ERR! fatal: No se pudo leer del repositorio remoto.
npm ERR!
npm ERR! Por favor asegúrese que tiene los permisos de acceso correctos
npm ERR! y que el repositorio existe.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2019-09-25T12_46_29_019Z-debug.log
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#90?email_source=notifications&email_token=AABKR73Y4KC674WA32WN54DQLNOUNA5CNFSM4FEGZSS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7R2FJQ#issuecomment-535012006>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABKR762XDMU7MZCFH7N2B3QLNOUNANCNFSM4FEGZSSQ>
.
|
Hello, I tried to use this library but the problem is that is not compatible with npm PN532. Do you know if there is any way to do it with another library in case you can't with it? http://wiki.sunfounder.cc/index.php?title=PN532_NFC_Module_for_Raspberry_Pi |
Change-Id: I58160ef591b53c8e29fcd1d0da41fc1d1b5deaf3 Relate-to: kelly#90 Forwarded: https://github.com/kelly/node-i2c/pulls Origin: https://github.com/tizenteam/node-i2c Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I58160ef591b53c8e29fcd1d0da41fc1d1b5deaf3 Relate-to: kelly#90 Forwarded: https://github.com/kelly/node-i2c/pulls Origin: https://github.com/tizenteam/node-i2c Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I09b302a0f30016a65b16433b7ad12138dfd0ac75 Relate-to: kelly/node-i2c#90 Signed-off-by: Philippe Coval <rzr@users.sf.net>
Change-Id: I09b302a0f30016a65b16433b7ad12138dfd0ac75 Relate-to: kelly/node-i2c#90 Origin: https://github.com/abandonware/bh1750 Relate-to: miroRucka#25 Forwarded: https://github.com/miroRucka/bh1750/pulls Signed-off-by: Philippe Coval <rzr@users.sf.net>
The text was updated successfully, but these errors were encountered: