From 31775aa0493ad4d1edf7596dd94fd7d2e0b80572 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Thu, 10 Sep 2015 11:00:43 -0700 Subject: [PATCH] Fix harder --- docs/tutorial/using-native-node-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-native-node-modules.md b/docs/tutorial/using-native-node-modules.md index 35876ac..c338494 100644 --- a/docs/tutorial/using-native-node-modules.md +++ b/docs/tutorial/using-native-node-modules.md @@ -31,7 +31,7 @@ which handles the manual steps of downloading headers and building native module npm install --save-dev electron-rebuild # Every time you run npm install, run this -npm run electron-rebuild +node ./node_modules/.bin/electron-rebuild ``` ### The node-gyp Way -- 2.7.4