Fix broken/outdated link and push up the version
This commit is contained in:
parent
71fb684069
commit
0e1bb98913
1 changed files with 3 additions and 3 deletions
|
@ -40,11 +40,11 @@ $ npm install git+https://git@github.com/enlight/node-pre-gyp.git#detect-electro
|
||||||
### 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 (change the target to your electron version number)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ node_modules/.bin/node-pre-gyp --target=0.36.2 --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-debug/ --dist-url=https://atom.io/download/atom-shell reinstall
|
||||||
$ node_modules/.bin/node-pre-gyp --target=0.36.2 --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=0.36.11 --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).
|
See also [How to install native modules](using-native-node-modules.md).
|
||||||
|
|
||||||
### 5. Enable debug mode for Electron
|
### 5. Enable debug mode for Electron
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue