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 error #49

Open
pimagical opened this issue Feb 1, 2016 · 4 comments
Open

installation error #49

pimagical opened this issue Feb 1, 2016 · 4 comments

Comments

@pimagical
Copy link

error [pimatic]: Error running "npm install pimatic-led-light"

@incmve
Copy link

incmve commented Feb 1, 2016

To install the plugin on a Debian or Raspbian system libudev-dev must be installed.
sudo apt-get install libudev-dev

https://github.com/philip1986/pimatic-led-light

@pimagical
Copy link
Author

True sorry

2016-02-01 13:46 GMT+01:00 incmve notifications@github.com:

To install the plugin on a Debian or Raspbian system libudev-dev must be
installed.
sudo apt-get install libudev-dev

https://github.com/philip1986/pimatic-led-light


Reply to this email directly or view it on GitHub
#49 (comment)
.

@pimagical
Copy link
Author

Still not working using sudo apt-get install libudev-dev

error [pimatic]: ENOENT, no such file or directory '/home/pi/pimatic-app/node_modules/pimatic-led-light/package.json'

package.json is located in the folder!

@mwittig
Copy link
Collaborator

mwittig commented Feb 8, 2016

Did you solve this? Otherwise, try the following:

cd /home/pi/pimatic-app/node_modules/
sudo rm -rf pimatic-led-light
npm i pimatic-led-light
sudo service pimatic restart

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