-
Notifications
You must be signed in to change notification settings - Fork 90
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
npm install fails on raspbian #58
Comments
@maikschneider the first error is caused by the fact that you don't have a You can skip the linter step by simply running If you want to play with the tests and the sources i reccomend you to clone the git repo. |
@maikschneider you should be able to run the tests again when the above patch will be merged. |
FWIW I was able to install this module on a Rapsberry PI running Arch |
Should be fixed in 0.1.7 (ba9a9b9). |
Error:
Complete error message is quite long. See: http://pastebin.com/raw.php?i=xzmknwn0 My environment (Raspberry Pi 2):
|
@lukasMega the module does not work with node 0.12 / io.js. |
thanks for quick reply. Do you plan to support io.js? or node.js >= 0.12 ? |
I don't know but I think that the current plan is to use https://github.com/rvagg/nan so It should compile fine with older, current, and future versions of node / io.js. |
On my RaspberryPi the install process crashes at the cpplint command.
The installation:
The error:
I also have a question about running the tests: Why is the coffee file not compiled? The coffee-script package is installed globally and locally..
My output:
Thanks!
The text was updated successfully, but these errors were encountered: