All the installing was working until I tryed to install socket but
I have been trying to install the socket.io v0.9 all afternoon with no success.
When I Try
I am using raspberry pi B v1 ARMv6 with raspbian Debian fully updated
I have instaled node-gyp and reinstalled npm and tried to reinstall socket.
in /var/log/nodejs-socket-io.log
...
Error: Cannot find module 'socket.io'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/usr/share/nginx/html/cakephp-2.5.4/rd_cake/Setup/Node.js/Logfile.node.js:5:15)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
error: Forever detected script exited with code: 1
error: Script restart attempt #719
Is there a way I can build it manually?
Do I have to install socket.io for it to work properly or does it only serve up the log?
If anyone could help it would be greatly appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All the installing was working until I tryed to install socket but
I have been trying to install the socket.io v0.9 all afternoon with no success.
When I Try
All I get back after about 10 minutes
I am using raspberry pi B v1 ARMv6 with raspbian Debian fully updated
I have instaled node-gyp and reinstalled npm and tried to reinstall socket.
in /var/log/nodejs-socket-io.log
I also noticed krulleke had similar problem https://sourceforge.net/p/radiusdesk/discussion/general/thread/fe4467b7/#297a
Is there a way I can build it manually?
Do I have to install socket.io for it to work properly or does it only serve up the log?
If anyone could help it would be greatly appreciated
You can check this out:
https://www.raspberrypi.org/forums/viewtopic.php?t=57539&p=434008
Finally cracked it,
I think it was a problem with installing socket.io globally.
What I did:
Will it be a problem not installing it globally, does anything else require socket or mysql?