Skip to content

Commit

Permalink
Fix for developers: "Module version mismatch. Expected 50, got 48." (#…
Browse files Browse the repository at this point in the history
…621)

electron-prebuilt was inadvertently pinned at 1.4.6. So if your project
was using say 1.2.8 as devDependency, you’d get this odd error when
requiring native modules in devtools after running `hadron-build
develop`. HT @rueckstiess for calling out this problem.
  • Loading branch information
imlucas authored and rueckstiess committed Nov 23, 2016
1 parent 5db7ca6 commit 8c5bd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"electron-prebuilt": "1.2.8",
"enzyme": "^2.5.1",
"eslint-config-mongodb-js": "^2.2.0",
"hadron-build": "^2.0.2",
"hadron-build": "^2.0.3",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"mongodb-js-precommit": "^0.2.9",
Expand Down

0 comments on commit 8c5bd53

Please sign in to comment.