Fix electron-rebuild instructions for Win32
This commit is contained in:
parent
b861a174ca
commit
9ca85a7859
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
./node_modules/.bin/electron-rebuild
|
||||
npm run electron-rebuild
|
||||
```
|
||||
|
||||
### The node-gyp Way
|
||||
|
|
Loading…
Reference in a new issue