We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running a target with multiple commands, Windows hangs. Works as expected with MacOS.
Windows should be able to run multiple commands without getting hung up.
No response
Example: nx run app-test:build-dev
nx run app-test:build-dev
"build-dev": { "executor": "nx:run-commands", "options": { "commands": ["nx run app-test:build", "node ./scripts/build-element.js app-test true"], "parallel": false } },
Node : 20.11.0 OS : win32-x64 npm : 10.2.4 nx (global) : 18.0.7 nx : 18.0.7 @nx/js : 18.0.7 @nx/jest : 18.0.7 @nx/linter : 18.0.7 @nx/eslint : 18.0.7 @nx/workspace : 18.0.7 @nx/angular : 18.0.7 @nx/cypress : 18.0.7 @nx/devkit : 18.0.7 @nx/eslint-plugin : 18.0.7 @nx/plugin : 18.0.7 @nx/storybook : 18.0.7 @nrwl/tao : 18.0.7 @nx/web : 18.0.7 @nx/webpack : 18.0.7 typescript : 5.3.3 --------------------------------------- Community plugins: @storybook/angular : 7.6.17 ng-apexcharts : 1.9.0 --------------------------------------- Local workspace plugins: @od360-apps/od360-angular
none. It simply hangs.
The text was updated successfully, but these errors were encountered:
Fixed by #22294
Sorry, something went wrong.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
No branches or pull requests
Current Behavior
When running a target with multiple commands, Windows hangs. Works as expected with MacOS.
Expected Behavior
Windows should be able to run multiple commands without getting hung up.
GitHub Repo
No response
Steps to Reproduce
Example:
nx run app-test:build-dev
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
The text was updated successfully, but these errors were encountered: