Skip to content
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

Running tasks fails on Windows #18

Closed
sschuberth opened this issue Dec 11, 2018 · 2 comments
Closed

Running tasks fails on Windows #18

sschuberth opened this issue Dec 11, 2018 · 2 comments

Comments

@sschuberth
Copy link

After applying the plugin and running yarnInstall on Windows I'm getting

$ ./gradlew :reporter-web-app:yarnInstall
Configuration on demand is an incubating feature.
> Task :reporter-web-app:yarnInstall FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':reporter-web-app:yarnInstall'.
> execCommand == null!

The same command works on Linux, though. Is there maybe an issue within the resolveCommand() logic?

PS: You could add AppVeyor for Windows CI to guard against breaking Windows support (provided there are proper tests being run).

@frederic-kneier
Copy link
Member

Sorry for the late reply. Problem is the extraction of the nodejs zip file. Fix will be suplied shortly

frederic-kneier added a commit that referenced this issue Jan 15, 2019
frederic-kneier added a commit that referenced this issue Jan 15, 2019
@sschuberth
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants