Code related to HCI extensions for the IDEA Campfire
- cd ./../path/to/campfire-hci
- cd wrangler
- npm install
- electron . If there are compatibility errors with electron, run this command in the directory of package.json.
npm rebuild --runtime=electron --target=1.8.2 --disturl=https://atom.io/download/atom-shell --abi=48
npm install @campfirehci/mouseutil- include in app.js
var mouseutil = require('campfirehci/mouseutill')({ "arguments": values });- Node.js
- Electron.js
- MSBuildTools
- Python 2.7
- set PYTHON path variable to C:/../path/to/Python27.exe
- OR npm install --global --production windows-build-tools
- Node-Gyp
- npm install --global node-gyp
- see building robotjs