-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
Installation Failure
This aims to be a list of solutions for installation issues with this project:
-
Fix
node-gyp
issues:
Follow the steps in https://github.com/nodejs/node-gyp#installation. You don't need to installnode-gyp
but make sure that you have the correct environment setup for your OS. -
Test installation against latest yarn/node version
-
Fix Caching Issues
rm -rf node_modules && yarn cache clean && yarn && yarn electron-rebuild && yarn dev
-
If you're on Windows, try using cmder
Debugging Release Builds
DEBUG_PROD=true yarn build && DEBUG_PROD=true yarn start
jhen0409, MrBenJ, andrewjong, chentsulin, amilajack and 30 moreue, anhtuank7c, mariorodeghiero, kornyron, chxru and 1 more