dat-menubar icon indicating copy to clipboard operation
dat-menubar copied to clipboard

Requires node v4 downgrade and rebuild

Open blahah opened this issue 8 years ago • 1 comments

On initial npm start with node 5.7.0 I got:

App threw an error when running [Error: Module version mismatch. Expected 46, got 47.]

Downgrading to 4.3.0 and running npm rebuild got it running.

blahah avatar Mar 04 '16 17:03 blahah

I had the same issue with 5.3.0. I can't quite remember how I resolved it but it was some combination of removing global electron-related modules, reinstalling, and rebuilding (both global & local modules).

There was a similar issue here that has a few troubleshooting leads.

joehand avatar Mar 04 '16 18:03 joehand