mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
doc(CONTRIBUTING): Add note about msvs_version on Windows (#1794)
This adds a small note about setting the `msvs_version` in the npm config on Windows. Change-Type: patch
This commit is contained in:
parent
dd0bb43616
commit
acb4271833
@ -40,6 +40,9 @@ You might need to run this with `sudo` or administrator permissions.
|
||||
C++ 2015` (see http://stackoverflow.com/a/31955339)
|
||||
- [MinGW](http://www.mingw.org)
|
||||
|
||||
You might need to `npm config set msvs_version 2015` for node-gyp to correctly detect
|
||||
the version of Visual Studio you're using (in this example VS2015).
|
||||
|
||||
The following MinGW packages are required:
|
||||
|
||||
- `msys-make`
|
||||
|
Loading…
x
Reference in New Issue
Block a user