library does not work in node 0.12.0
Closed this issue · 2 comments
mkoryak commented
Hi, not sure how this relates to #28, I use this lib through another lib as part of my build process, so I am not in the position to fix it using the solution offered there.
The stacktrace is as follows:
/Users/misha/Work/hn-squire/node_modules/coffee-script/lib/coffee-script/register.js:45
Module._extensions[extension](this, filename);
^
Error: Module did not self-register.
at Error (native)
at Module.load (/Users/misha/Work/hn-squire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at /Users/misha/Work/hn-squire/node_modules/css-sprite/node_modules/lwip/lib/Image.js:8:19
at Object.<anonymous> (/Users/misha/Work/hn-squire/node_modules/css-sprite/node_modules/lwip/lib/Image.js:471:3)
diaswrd commented