-
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
Cannot build on Windows #13603
Comments
Hey @matkuki, which version of Node are you using? |
Hey @msujew , thanks for the quick reply.
|
While that version is supposed to be supported, with node-pty being a natively compiled node package, it might be worthwhile to test whether it works with the latest version of node v18. It's our recommended version, can you try that? Otherwise, since the error appears in the install script of node-pty, it might make sense to ask them directly. |
Thanks @msujew ,
|
@matkuki Are you behind a proxy that blocks the GitHub API? I can curl/access that URL just fine. |
@msujew No. Just did a clean |
Sounds like #7837, maybe running |
Thank you for your patience. Tried that, same result.
|
@matkuki are you running in Powershell? Can you try cmd.exe? |
Hi @tsmaeder , tried it, same error: |
I'm trying now on a clean Looking at the instructions again, I remembered that in the above post when I tried building |
@matkuki Windows Build Tools are now atuomatically installed with node.js. No need to install them manually anymore. Our documentation says so as well. |
@msujew , @tsmaeder The differences between the
This are the differences of the top of my head, could anything else be relevant? |
For what it's worth, I just got the following on a Build and Test (windows-2019, node-18.x) PR-check job:
|
This should be fixed no, right, @msujew ? |
Yes, since the original poster was able to successfully build on a clean install, I think we can close this. |
Bug Description:
When using the build instructions for
Windows
(https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#building-on-windows), the procedure fails at the step after cloning the repository:with this error:
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: