-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Possible improvements in the Windows building documentation #1614
Comments
That is unfortunate. Documentation could get quickly out of sync.
I do not understand this implication, but it could happen, we need to adjust the version numbers. I do not know the default
Correct.
There is. My Windows knowledge is pretty limited, but Windows does not come with Git by default. The out of the box solution is the Git installer that comes with Git Bash, right? By the way, I usually use either Cygwin or Git Bash on Windows.
If you have a better approach, please, be my guest, adjust it; I could help verifying things on Windows. Our goal is to help Windows users start using Theia.
Ohh, they have to do that anyway; MS Build Tools, Python...
I have to see the full console log from the very beginning (installing Python and so on) to the last failing |
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009
… be done from cmd.exe (don't need different shells) Closes eclipse-theia#1614 See also eclipse-theia#2009 Signed-off-by: Adam Retter <adam.retter@googlemail.com>
Got rid of `choco` and simplified the steps with `scoop`. The steps now include headless commands for installing the followings: - `nvm`, - Node.js, - `yarn`, and optionally - `git`. Closes #1614 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Got rid of `choco` and simplified the steps with `scoop`. The steps now include headless commands for installing the followings: - `nvm`, - Node.js, - `yarn`, and optionally - `git`. Closes #1614 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Got rid of `choco` and simplified the steps with `scoop`. The steps now include headless commands for installing the followings: - `nvm`, - Node.js, - `yarn`, and optionally - `git`. Closes eclipse-theia#1614 Signed-off-by: Akos Kitta <kittaakos@typefox.io>
I just tried to build Theia in a windows 10 developer vbox image and following the steps here to build it several steps failed.
choco install yarn --version 1.2.1 -y
Failed because we already installed a later version (1.5.0) at the time of this writing beforehand. But I also wondered if you couldn't install this one directly without doing thatchoco install yarn
command before.Also I noticed that we use both
cmd/Powershell/Git bash
just to build and run theia according to the docs. Maybe there's a good reason for using git bash but If possible I would like to avoid having that dependency in the documentation. It makes it so that new developers have to possibly install another program before running it. @kittaakos I know you tested a lof of stuff of Windows, so probably there's a valid reason for this (I just triedyarn
in powershell and it didn't work and resulted in weird errors...).The text was updated successfully, but these errors were encountered: