-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Update README.md #2822
doc: Update README.md #2822
Conversation
Co-authored-by: Christian Clauss <[email protected]>
thx for the contribution |
@gengjiawen some of our students with Windows machines have problems with running this Their problems look like upleveled/system-setup#31:
Can you expand on the explanation why it's not necessary for most users? Which users would it be necessary for? Our Windows System Setup Guide suggests to install the Chocolatey packages If you have any suggestions or remarks, we're happy to also do the setup a different way - but it should be able to be performed via the command line, no GUI tools or downloads from websites. |
Gyp can automatically choose msvs version.
You have a project only can compile in vs2017, but tbh MS don't maintain old visual studio. My general advice: Install |
Ok great, then if I'm understanding correctly, @ProchaLu will try to upgrade to |
Ref: nodejs/node-gyp#2822 Signed-off-by: Akos Kitta <[email protected]>
remove `msvs_version` npm config on win32 Ref: nodejs/node-gyp#2822 Signed-off-by: Akos Kitta <[email protected]>
remove `msvs_version` npm config on win32 Ref: nodejs/node-gyp#2822 Signed-off-by: Akos Kitta <[email protected]>
remove `msvs_version` npm config on win32 Ref: nodejs/node-gyp#2822 Signed-off-by: Akos Kitta <[email protected]>
Update installation instruction