Update README.md

Install Visual Studio Community 2017.
master
Hans Erik 5 years ago committed by GitHub
parent bc3c601b59
commit 892bd7b78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -17,6 +17,9 @@ npm install
# Run the app
npm start
```
node-gyp (NodeJs's build system) is not compatible with Visual Studio 2019 yet. So you will need to install Visual Studio 2017 to work with native modules in NodeJs and NodeJS build toolchain doesnt support it aswell.
Install Visual Studio Community 2017. Download the Visual studio Installer and install Visual Studio Community 2017. Make sure to choose "Desktop development with C++ " workload and install it.
## Resources for Learning NodeGUI/React NodeGUI
@ -40,4 +43,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

Loading…
Cancel
Save