mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
windows build: $env:GYP_MSVS_VERSION=2013 might still be required
closes https://github.com/atom/atom/issues/5888
This commit is contained in:
@@ -78,6 +78,7 @@ If none of this works, do install Github for Windows and use its Git shell. Make
|
||||
```
|
||||
$env:GYP_MSVS_VERSION=2013
|
||||
```
|
||||
* If you are using Visual Studio 2013 and the build fails with some other error message this environment variable might still be required.
|
||||
|
||||
* Other `node-gyp` errors on first build attempt, even though the right node and python versions are installed.
|
||||
* Do try the build command one more time, as experience shows it often works on second try in many of these cases.
|
||||
|
||||
Reference in New Issue
Block a user