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

stopped working because of outdated version dependency of i2c-bus #8

Closed
nrbrt opened this issue Nov 29, 2019 · 5 comments
Closed

stopped working because of outdated version dependency of i2c-bus #8

nrbrt opened this issue Nov 29, 2019 · 5 comments

Comments

@nrbrt
Copy link
Contributor

nrbrt commented Nov 29, 2019

The install of this module fails with modern versions of Node.js, because of a dependency on an outdated version of i2c-bus. It can be solved easily by editing the package.json file and changing "i2c-bus": "^1.2.0" into "i2c-bus": "^5.1.0"
I hope this will get fixed.

@ludiazv
Copy link

ludiazv commented Dec 8, 2019

This affect also to the node-red node based on this node. @skylarstein do you accept a PR for this version bump?

Thanks,

@skylarstein
Copy link
Owner

This affect also to the node-red node based on this node. @skylarstein do you accept a PR for this version bump?

Thanks,

Yes I would, thank you. I'll also try to test today.

@nrbrt
Copy link
Contributor Author

nrbrt commented Dec 15, 2019

Since I have seen no activity, I have done the version bump and created a PR.

@skylarstein
Copy link
Owner

Resolved by #9 thanks to @nrbrt. Released as v0.1.7

@nrbrt
Copy link
Contributor Author

nrbrt commented Dec 16, 2019

You forgot to update npm

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