Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 234 Bytes

File metadata and controls

13 lines (11 loc) · 234 Bytes

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