Robot/robot-js

Issue with robot-js on node 7.9.0 won't install

Closed this issue · 5 comments

using npm instal robot-js does not install binaries and no binaries available for node 7.9.0 it seems. Runnig app.js throws cannot find module './win32-x64-51'

Yes, #14 fixed that and it will be released with version 1.1.0. Just need to fix the Electron build and it'll be out. In the meantime, you could use Node 6 or compile the binaries yourself on the dev branch. I'll close this in the meantime since it's a duplicate.

how would I compile the binaries ?

specifically how can I find " installed development libraries and NodeModules represents the matching Node "process.versions.modules" value. "

guessing version is 7.9.0 and modules is 51

Yes Node 7 is version 51. You can find the information here.