The Building on Windows section in the docs/Developing.md asks to use node 10.15.13 which doesn’t exist. I guess there is a typo and it should be 10.15.3.
[original thread by Harshal Nandigramwar]
The Building on Windows section in the docs/Developing.md asks to use node 10.15.13 which doesn’t exist. I guess there is a typo and it should be 10.15.3.
[original thread by Harshal Nandigramwar]
please file an issue or better send a PR
[Harshal Nandigramwar]
Sure. Also, I think there should be an instruction in the windows section that asks to run the yarn run rebuild:electron
command after checking out or when somebody installs a native package because the error message is not very obvious. Should I add this too in the same PR?
it is the same for all platforms: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#run-the-electron-based-example-application
and starts with yarn run rebuild:electron
[Harshal Nandigramwar]
I actually added an example of error message in the troubleshooting guide and filed the PR. https://github.com/eclipse-theia/theia/pull/7640