SVG-Stacker icon indicating copy to clipboard operation
SVG-Stacker copied to clipboard

Error: Symbol libxmljs_module not found.

Open RyanEwen opened this issue 12 years ago • 0 comments

I cannot seem to get svg-stacker to execute on Ubuntu with NodeJS 0.10.5 freshly installed. All dependencies seem to have installed fine.

ubuntu@Ubuntu-VirtualBox:~$ svg-stacker

/usr/lib/node_modules/svg-stacker/node_modules/libxmljs-easy/node_modules/libxmljs/node_modules/bindings/bindings.js:79 throw e ^ Error: Symbol libxmljs_module not found. 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 bindings (/usr/lib/node_modules/svg-stacker/node_modules/libxmljs-easy/node_modules/libxmljs/node_modules/bindings/bindings.js:74:15) at Object. (/usr/lib/node_modules/svg-stacker/node_modules/libxmljs-easy/node_modules/libxmljs/lib/bindings.js:1:99) 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)

RyanEwen avatar May 02 '13 15:05 RyanEwen