Problem with positional arguments in Nx 15.6.3 #15015
Labels
outdated
scope: angular
Issues related to Angular support in Nx
scope: core
core nx functionality
type: bug
Current Behavior
If a syntax like
nx build --configuration=production project-xxx
(nx
directly instead ofng
) is used, the command is converted to the form ofnx run project-xxx:build:production project-xxx
and the following error message appears:Expected Behavior
It's expected the command would have the same effect as the command
ng build --configuration=production project-xxx
, which is converted to the form ofnx run project-xxx:build:production
, and runs correctly.Steps to Reproduce
Nx Report
Failure Logs
No response
Additional Information
Angular 15.1.4
Angular CLI: 15.1.5
The text was updated successfully, but these errors were encountered: