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
Version issue while compiled against a different Node.js version
// when migrating
npm rebuild
npm run db:migrate
// when rebuilding electron
npm rebuild
rm -rf node_modules package-lock.json
npm install
npm run electron