Skip to content

Instantly share code, notes, and snippets.

@docprofsky
Created September 15, 2016 23:22
Show Gist options
  • Save docprofsky/1d7772408657ef4de1d5e5321cbcb021 to your computer and use it in GitHub Desktop.
Save docprofsky/1d7772408657ef4de1d5e5321cbcb021 to your computer and use it in GitHub Desktop.
$ npm i
> serialport@4.0.1 install /Users/schuyler/development/robopaint/main/node_modules/serialport
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download: https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.1/serialport-v4.0.1-electron-v1.0-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.1 and electron@1.0.2 (electron-v1.0 ABI) (falling back to source compile with node-gyp)
CXX(target) Release/obj.target/serialport/src/serialport.o
CXX(target) Release/obj.target/serialport/src/serialport_unix.o
CXX(target) Release/obj.target/serialport/src/serialport_poller.o
SOLINK_MODULE(target) Release/serialport.node
> robopaint@2.0.0-beta.2 postinstall /Users/schuyler/development/robopaint/main
> npm run fix-serialport
> robopaint@2.0.0-beta.2 fix-serialport /Users/schuyler/development/robopaint/main
> node resources/scripts/root/fix-serialport.js
Placing pre-compiled binary for serialport...
/Users/schuyler/development/robopaint/main/node_modules/serialport/build/Release/serialport.node
Serialport should now be using the correct version. Run RoboPaint with `npm start`
robopaint@2.0.0-beta.2 /Users/schuyler/development/robopaint/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment