Skip to content

Commit

Permalink
Make update number message a note
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jun 23, 2016
1 parent 5e38902 commit eb8c1b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/tutorial/debugging-main-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ $ npm install node-inspector
$ npm install node-pre-gyp
```

### 4. Recompile the `node-inspector` `v8` modules for electron (change the target to your electron version number)
### 4. Recompile the `node-inspector` `v8` modules for Electron

**Note:** Update the target argument to be your Electron version number

```bash
$ node_modules/.bin/node-pre-gyp --target=0.36.11 --runtime=electron --fallback-to-build --directory node_modules/v8-debug/ --dist-url=https://atom.io/download/atom-shell reinstall
$ node_modules/.bin/node-pre-gyp --target=0.36.11 --runtime=electron --fallback-to-build --directory node_modules/v8-profiler/ --dist-url=https://atom.io/download/atom-shell reinstall
$ node_modules/.bin/node-pre-gyp --target=1.2.5 --runtime=electron --fallback-to-build --directory node_modules/v8-debug/ --dist-url=https://atom.io/download/atom-shell reinstall
$ node_modules/.bin/node-pre-gyp --target=1.2.5 --runtime=electron --fallback-to-build --directory node_modules/v8-profiler/ --dist-url=https://atom.io/download/atom-shell reinstall
```

See also [How to install native modules][how-to-install-native-modules].
Expand Down

0 comments on commit eb8c1b1

Please sign in to comment.