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

Installation fails in node.js 0.12 due to execSync module dependency #2

Closed
nablaa opened this issue Apr 6, 2015 · 3 comments
Closed

Comments

@nablaa
Copy link
Contributor

nablaa commented Apr 6, 2015

ds18x20 cannot be currently installed with node.js 0.12 as execSync module doesn't work with nodejs 0.12 and the author of that module cannot make an update to the module to fix that:
mgutz/execSync#38

This could be fixed by, for example, using sync-exec module instead.

@mraxus
Copy link
Owner

mraxus commented Jun 14, 2015

Thanks for the fix =)

@mraxus mraxus closed this as completed Jun 14, 2015
@aananiadis
Copy link

It looks like the fix to this has not been deployed to npm, so you can't npm install the package anymore.

@mraxus
Copy link
Owner

mraxus commented Jul 9, 2015

Sorry for that. It should be up as v 0.2.0. Hope it works!

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