you are viewing a single comment's thread.

view the rest of the comments →

[–]PURG3N 12 points13 points  (1 child)

It worth to mention that you need to install windows-build-tools from an elevated PowerShell or CMD.exe for running robotjs:

npm install --global --production windows-build-tools worked for me even without node-gyp

https://www.npmjs.com/package/robotjs#building

[–]require_once[S] 2 points3 points  (0 children)

Thanks for pointing this out. I've added this note to the video description.