-
Notifications
You must be signed in to change notification settings - Fork 93
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
problem with npm install #48
Comments
@mgobill Your node and npm are extremely old, try updating them. Here's how you can update npm
|
I got the same error. i did the update and now when I try to do npm isntall within dasher I get: How do I fix this? |
thanks for the replies! i think @legotheboss was right. i tried to update npm, ended up reinstalling it. now when i run
module.js:340 npm ERR! Linux 4.4.16-v7+ npm ERR! Please include the following file with any support request: |
weird, same thing happens. i will try the same thing on raspbian jessie and let you know how it goes. thanks for all the help!
module.js:327 Error: Cannot find module './build/Release/pcap_binding' npm ERR! Linux 4.4.16-v7+ npm ERR! Please include the following file with any support request: |
Ran the first command and getting this: pi@raspberrypi:~ $ sudo npm install -g n |
same error message...did you resolve it? |
I seem to be running into a problem when with setting this up on a raspberry pi 2 with wheezy. Following the readmi, after $ sudo apt-get install libpcap-dev and $ sudo apt-get install npm, I attempt $ npm install but get errors. Any help is appreciated. Thanks!
pi@raspberrypi ~/projects/dasher $ npm install
npm http GET https://registry.npmjs.org/node-dash-button
npm http GET https://registry.npmjs.org/request
npm ERR! Error: failed to fetch from registry: request
npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)
npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)
npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
npm ERR! at Request. (/usr/lib/nodejs/request/main.js:212:58)
npm ERR! at Request.emit (events.js:88:20)
npm ERR! at ClientRequest. (/usr/lib/nodejs/request/main.js:412:12)
npm ERR! at ClientRequest.g (events.js:156:14)
npm ERR! at ClientRequest.emit (events.js:67:17)
npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1256:7)
npm ERR! You may report this log at:
npm ERR! http://bugs.debian.org/npm
npm ERR! or use
npm ERR! reportbug --attach /home/pi/projects/dasher/npm-debug.log npm
npm ERR!
npm ERR! System Linux 4.4.16-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/projects/dasher
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! message failed to fetch from registry: request
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/projects/dasher/npm-debug.log
npm not ok
The text was updated successfully, but these errors were encountered: