-
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 execute npm Task #9335
Comments
Hmh...this is not restricted to Windows. Problem seems to be that we're trying to run the file |
Hmmm I cannot reproduce the problem with that commit, neither. However, I don't really understand yet how that commit broke the npm tasks. I'll have to debug through it. |
Funnily, parsing the command line (like we used to do) fixes the problem, as well. I think we're just not hitting the "shell" case anymore and are using the 'process' case for running the command. |
A candidate for the relevant change is here: https://github.com/eclipse-theia/theia/pull/9189/files#diff-89cc6d20975ccb34aa4eda6fa7202f6817bb30ef36391d2ca36093e88a706440L1888
|
@tsmaeder |
Bug Description:
When I try to execute detected tasks, I get a failure message saying "Error launching task '': Error starting process (ENOENT)"
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: