You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2019. It is now read-only.
This is actually the exact same problem I ran into when I tried to deploy my fix for #12 to our pi.
Unfortunately, we can currently not allocate too much time for this project, so I would greatly appreciate any help on this.
Especially on the white screen issue, as I also got that far last time I tried.
@braydend & @Zinggi: Was able to get this working. Following changes fixed the problem:
Upgrade node to the lastest version 11.13.0. I'm using a .node-version file with nodenv.
Upgrade following packages:
"react": "^15.6.2""electron-packager": "^13.1.1""electron": "^3.1.8"// Warning: Version +4 will not work on the latest raspberry. https://github.com/electron/electron/issues/16205"googleapis": "^14.1.0"// not really sure if this is necessary
Fix a node related issue in the storeToken function in src/gcal/index.js
// Line 71functionstoreToken(token){createDirectory(CREDENTIALS_DIR);fs.writeFile(SITINCATOR_TOKEN,JSON.stringify(token),function(err,result){if(err)console.log('error',err);});}
Hi,

When I try to run
scripts/pack-pi
It consistently errors out at:When running
npm run pack:pi
, however it builds successfully, but when it is loaded onto the Pi, the app launches a white screen and never changes.The app runs successfully with the latest binary provided, just cant run any compiled myself.
Trying to compile on OSX 10.14 with node 8.12.0 and npm 6.4.1
The text was updated successfully, but these errors were encountered: