Bug Description:
Due to the latest LTS update of Node v18/v20, running cp.spawn without setting the options to { shell: true } simply yields an error on Windows. You can see this here.
Steps to Reproduce:
- Try to build Theia on Windows using an updated LTS version of Node
- Assert that the build fails due to
spawn EINVAL errors
Additional Information
- Operating System: Windows 11