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

suport raspbian #355

Open
mostafaasadi opened this issue Apr 10, 2017 · 3 comments
Open

suport raspbian #355

mostafaasadi opened this issue Apr 10, 2017 · 3 comments

Comments

@mostafaasadi
Copy link

I try to install uptime on raspberrypi and raspbian but seems that debian repo deos not have minimum dependecy version
it is so cool , uptime will run on raspberrypi
best regards

@mostafaasadi
Copy link
Author


pi@raspberrypi:~/uptime $ npm install
npm WARN package.json [email protected] No README data
npm WARN package.json [email protected] bugs.email field must be a string email. Deleted.
|
> [email protected] install /home/pi/uptime/node_modules/net-ping/node_modules/raw-socket
> node-gyp rebuild

/bin/sh: 1: node: not found
gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:809:12)
gyp ERR! System Linux 4.4.38-v7+
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/pi/uptime/node_modules/net-ping/node_modules/raw-socket
gyp ERR! node -v v0.10.29
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok 
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian                                                                   
 
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the raw-socket package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls raw-socket
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 4.4.38-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/uptime
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/pi/uptime/npm-debug.log
npm ERR! not ok code 0

@ghost
Copy link

ghost commented Apr 11, 2017

I think the problem is that you don't have Nodejs installed on your Raspberry Pi.

@andrija1987
Copy link

andrija1987 commented Nov 27, 2018

/bin/sh: 1: node: not found - here is your problem

Run below command, it will install nodejs for you.

Using Debian, as root
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs

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