Merge pull request #10534 from robbix1206/npx_in_quickstart
[Docs] Add npx command for node version 8.2.0 and later in quickstart guide
This commit is contained in:
commit
51cbd977f0
1 changed files with 6 additions and 0 deletions
|
@ -187,6 +187,12 @@ $ ./node_modules/.bin/electron .
|
|||
$ .\node_modules\.bin\electron .
|
||||
```
|
||||
|
||||
#### Node v8.2.0 and later
|
||||
|
||||
```
|
||||
$ npx electron .
|
||||
```
|
||||
|
||||
### Manually Downloaded Electron Binary
|
||||
|
||||
If you downloaded Electron manually, you can also use the included
|
||||
|
|
Loading…
Reference in a new issue