Last active
October 30, 2022 18:31
-
-
Save tackelua/3e229f00e1b78e772e286e85364a49ee to your computer and use it in GitHub Desktop.
Install robotjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Windows | |
npm install --global --production windows-build-tools | |
# Linux | |
sudo apt-get update && sudo apt-get install build-essential | |
sudo apt-get install libxtst-dev libpng++-dev | |
npm install -g node-gyp | |
node-gyp rebuild | |
npm install robotjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment