node-gitgui
node-gitgui copied to clipboard
/usr/local/lib/node_modules/gitgui/node_modules/appjs/lib/bindings.js:9 throw new Error("AppJS requires Node.js v0.8");
Installation ran smoothly but I get this upon running gitgui /pub/git/a-repo.
/usr/local/lib/node_modules/gitgui/node_modules/appjs/lib/bindings.js:9 throw new Error("AppJS requires Node.js v0.8"); ^ Error: AppJS requires Node.js v0.8 at Object.<anonymous> (/usr/local/lib/node_modules/gitgui/node_modules/appjs/lib/bindings.js:9:9) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/usr/local/lib/node_modules/gitgui/node_modules/appjs/lib/window.js:4:23) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10)
But node is v0.10.25. I get the same error on snow leopard 10.6.8 and raspbian wheezy.
Any idea ?
I tried to install node-gitgui today and ran into the same issue. app.js is deprecated and has been dropped in favour of node-webkit.