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

Can't "npm install max7219" with current builds #1

Closed
nkolban opened this issue Jan 19, 2016 · 2 comments
Closed

Can't "npm install max7219" with current builds #1

nkolban opened this issue Jan 19, 2016 · 2 comments

Comments

@nkolban
Copy link

nkolban commented Jan 19, 2016

I am running Raspbian Jessie on a Pi 2 ... when I try and execute "npm install max7219", it fails.

Here are some of the relevant details:

$ uname -a
Linux raspberrypi 4.1.15-v7+ #830 SMP Tue Dec 15 17:02:45 GMT 2015 armv7l GNU/Linux

$ node -v
v4.2.1

$ npm -v
2.14.7

NPM debug log attached

npm-debug.txt

Later ...
I found that I could run:

$ npm install spi

which installed 0.2.0 of SPI

This however was not compatible with max7219 which wants ~0.1.0

I downloaded the max7219 package and manually changed the dependency to ~0.2.0 and all now appears to work once installed.

I think we need to look at "freshening" this package to later code levels.

@victorporof
Copy link
Owner

Feel free to contribute! I'm not actively working on this project.

@nkolban
Copy link
Author

nkolban commented Jan 21, 2016

Made the change and issued a pull request.

victorporof added a commit that referenced this issue Feb 4, 2016
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

2 participants