-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] Run requires double dash (--) twice to bypass parameters #6041
Comments
I'm not able to reproduce this with a minimal example. It sounds like something that the angular project may be doing.
If you can reproduce this with a minimum example, please reopen. |
Thanks for reply. Just checked. |
I'll add. The reason for this behaviour is that when you call from PowerShell (unlike from cmd.exe), the command name When PowerShell calls a PowerShell-native command - including Thus, unfortunately, you need to specify Alternatively, assuming that npm.cmd run start -- --configuration=development |
Key changes: - Upgrade npm dependencies to their latest - Upgrade python dependencies to their latest - Upgrade Node to 22 as 20 is end-of-life since October 2024 Other supporting changes: - Refactor `assert` with `with` (see nodejs/node#51622) - Centralize python setup via custom action for consistency - Specify bash shell for correct argument handling on Windows using latest npm (npm/cli#6041)
Key changes: - Upgrade npm dependencies to their latest - Upgrade python dependencies to their latest - Upgrade Node to 22 as 20 is end-of-life since October 2024 Other supporting changes: - Refactor `assert` with `with` (see nodejs/node#51622) - Centralize python setup via custom action for consistency - Specify bash shell for correct argument handling on Windows using latest npm (npm/cli#6041)
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Bypassing parameters requires double dash (--) repeated twice.
Expected Behavior
No response
Steps To Reproduce
Reproduce with angular:
Environment
The text was updated successfully, but these errors were encountered: