Skip to content

Commit 8c5bd53

Browse files
imlucasrueckstiess
authored andcommitted
Fix for developers: "Module version mismatch. Expected 50, got 48." (#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.
1 parent 5db7ca6 commit 8c5bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"electron-prebuilt": "1.2.8",
170170
"enzyme": "^2.5.1",
171171
"eslint-config-mongodb-js": "^2.2.0",
172-
"hadron-build": "^2.0.2",
172+
"hadron-build": "^2.0.3",
173173
"jsdom": "^9.8.3",
174174
"mocha": "^3.1.2",
175175
"mongodb-js-precommit": "^0.2.9",

0 commit comments

Comments
 (0)