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).
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
ornpm install
).