-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Original post: https://github.com/nodejitsu/haibu/issues/23
Reposting here as it's daemon.node that's having trouble...
Original Message:
I'm getting the following error when trying to run bin/haibu-server (via both npm install & git clone + npm link):
scott@scott:~$ haibu-server
node.js:183
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: /usr/local/lib/node_modules/haibu/node_modules/daemon/build/default/daemon.node: undefined symbol: ev_rt_now
at Object..node (module.js:472:11)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:367:19)
at Object. (/usr/local/lib/node_modules/haibu/node_modules/daemon/lib/daemon.js:10:15)
at Module._compile (module.js:427:26)
at Object..js (module.js:466:10)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:367:19)
- node v0.5.0-pre
- npm v1.0.12