Chromecast video player in Electron
First, clone the repo via git:
git clone https://github.com/alvarogtraveso/avocado.git
And then install dependencies.
$ cd avocado && npm install
Rebuild native Node.js modules against the version of Node.js from our Electron.
$ ./node_modules/.bin/electron-rebuild
💡 This project uses native Node.js modules, whenever you install a new npm package, rerun electron-rebuild (https://github.com/electron/electron-rebuild)
Just type:
$ npm run build && npm start
💡 This project uses native Node.js modules. To avoid incompatibilities between node versions use: https://github.com/electron/electron-rebuild (already in devDependecies)