Closed chandresh-pancholi closed 8 years ago
ringpop-node is only compatible with node v0.10.x at this point.
Can you try downgrading node?
Thank dan. While running ./scripts/tick-cluster.js -n 7 -i node ./main.js command. I am seeing
module.js:340
throw err;
^
Error: Cannot find module 'cli-color'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
Did the npm install
finish successfully?
cli-color
is listed as a dev dependency in package.json
:
dan-mbp-work:ringpop-node dan$ grep -rn cli-color package.json
package.json:47: "cli-color": "^0.3.2",
dan-mbp-work:ringpop-node dan$
I don't really have good internet right now so I can't try to reproduce this. But from the looks of things an npm install
should install cli-color
.
Actually i am using intellij node plugin which was overriding the dependencies. I am using Atom now and I am continuously getting
farmhash@1.1.0 install /Users/chandresh.pancholi/opensource/ringpop-node/node_modules/tchannel/node_modules/farmhash node-gyp rebuild
npm http 304 https://registry.npmjs.org/next-tick npm http 304 https://registry.npmjs.org/path-platform npm http 304 https://registry.npmjs.org/event-emitter
module.js:340
throw err;
^
Error: Cannot find module 'readable-stream'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
Finally i am able to install ringpope-node. Thank you Dan.
Hi, I was following instruction given on ringpop-node doc site. While trying npm install i am getting errors1.
Please help me to solve it.