octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.37k stars 961 forks source link

Rebulid fails in node 8.6.0 #592

Closed pralay03 closed 4 years ago

pralay03 commented 4 years ago

I want to use it for adobe extension. Unfortunately, Adobe uses node 8.6.0. When I use it in my app it throws an error...My understanding I need to rebuild robotjs using Node 8.6.0. I tried to do so but it fails ... I could not figure out how to do it properly. I am very new at this, please forgive me for my less understanding...

Can anybody help me out with this issue...

was compiled against a different Node.js version using NODE_MODULE_VERSION 72. 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).

pralay03 commented 4 years ago

installing robotjs version 0.5.1 solved the issue.