Skip to content

Instantly share code, notes, and snippets.

@tackelua
Last active October 30, 2022 18:31
Show Gist options
  • Save tackelua/3e229f00e1b78e772e286e85364a49ee to your computer and use it in GitHub Desktop.
Save tackelua/3e229f00e1b78e772e286e85364a49ee to your computer and use it in GitHub Desktop.
Install robotjs
# 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