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

Nx 18: Windows hangs when run multiple commands #22313

Closed
1 of 4 tasks
bebrown21 opened this issue Mar 14, 2024 · 2 comments
Closed
1 of 4 tasks

Nx 18: Windows hangs when run multiple commands #22313

bebrown21 opened this issue Mar 14, 2024 · 2 comments

Comments

@bebrown21
Copy link

bebrown21 commented Mar 14, 2024

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

    "build-dev": {
      "executor": "nx:run-commands",
      "options": {
        "commands": ["nx run app-test:build", "node ./scripts/build-element.js app-test true"],
        "parallel": false
      }
    },

Nx Report

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

Failure Logs

none. It simply hangs.

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

  • Works as expected with MacOS
  • Issue did not exist with Nx 17
@FrozenPandaz
Copy link
Collaborator

Fixed by #22294

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants