I've experienced this same issue when installing GenieACS. I found that using Node 7.10.0 has worked best and doesn't give errors when running npm install. According to the docs Node 8.x is best. Double check the your Node version.
> On November 22, 2018 at 1:47 PM [email protected] wrote: > > > Hello , > > Try to install libxmljs version 0.18.8. May Newer versions don't work. > > > npm install [email protected] > > > Bye, > > Mickael > > 21 novembre 2018 14:03 "Alexander Morillo" <" > data-mce-tabindex="-1">[email protected]> a écrit: > > > > Hi, Im trying to install GenieACS in a Centos 7 Server > but i have this error when i run the starter script: > > > > 2018-11-21T13:00:50.573Z [ERROR] Worker died; pid=13036 exitCode=1 > > /root/genieacs/node_modules/bindings/bindings.js:88 > > throw e > > ^ > > > > Error: The module > > '/root/genieacs/node_modules/libxmljs/build/Release/xmljs.node' > > was compiled against a different Node.js version using > > NODE_MODULE_VERSION 48. This version of Node.js requires > > NODE_MODULE_VERSION 57. Please try re-compiling or re-installing > > the module (for instance, using `npm rebuild` or `npm install`). > > at Object.Module._extensions..node (module.js:672:18) > > at Module.load (module.js:556:32) > > at tryModuleLoad (module.js:499:12) > > at Function.Module._load (module.js:491:3) > > at Module.require (module.js:587:17) > > at require (internal/module.js:11:18) > > at bindings (/root/genieacs/node_modules/bindings/bindings.js:81:44) > > at Object.<anonymous> > > (/root/genieacs/node_modules/libxmljs/lib/bindings.js:1:99) > > at Module._compile (module.js:643:30) > > at Object.Module._extensions..js (module.js:654:10) > > 2018-11-21T13:00:50.619Z [ERROR] Worker died; pid=13042 exitCode=1 > > > > > > Any Idea how to solve this issue? > > > > Thnks A lot. > > > > > > > > -- > > > > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.genieacs.com/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
