Shorter text

This commit is contained in:
Alex Bratsos 2017-04-05 18:09:02 +03:00 committed by GitHub
parent 818ba0d1ae
commit b7aa3615f0
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ npm start
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/). Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/).
--- ---
Warning: Windows 10 users might encounter some errors while running `npm start` from Linux Bash for Windows. The reason for this is that Electron is a GUI application, but Linux bash for Windows is just a headless VM without any GUI ( [explained here](https://github.com/electron/electron-quick-start/issues/129#issuecomment-279701745) ). Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from Command Prompt
A temporary workaround is getting [NodeJS for Windows](https://nodejs.org/en/) and use the node cmd.
## Other Example Apps ## Other Example Apps