Skip to content

printerserver.js for modela mdx 20

I have been trying to talk to modela mdx 20 and whenever I run in the js folder the following command: node printserver.js ::ffff:127.0.0.1 1234

I get the following error:

printeserver-error

THen, I try to npm install the printer package (https://www.npmjs.com/package/printer)that is missing from the node_modules and I get the following error:

printeserver-error-2

Then I try to rebuild using the following commands:

npm install -g node-gyp

npm install printer --msvs_version=2013

and I get the same error.

Then I tried also with the node version manager (nvm) many different older node versions.

I'm running out of options due to my experience. Any ideas please?

Edited by Filippos Tourlomousis