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 Im trying to run this, Im getting an error
npm run start
[email protected] start nx serve
nx.js run [project][:target][:configuration] [_..]
Run a target for a project (e.g., nx run myapp:serve:production).
You can also use the infix notation to run a target: (e.g., nx serve myapp --configuration=production)
You can skip the use of Nx cache by using the --skip-nx-cache option.
Options: --version Show version number [boolean] --prod Use the production configuration [boolean] [default: false] -c, --configuration Target configuration [string] --project Target project [string] --output-style Defines how Nx emits outputs tasks logs [string] [choices: "dynamic", "static", "stream", "compact"]
Error: Both project and target to have to be specified
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Im trying to run this, Im getting an error
npm run start
nx.js run [project][:target][:configuration] [_..]
Run a target for a project
(e.g., nx run myapp:serve:production).
You can also use the infix notation to run a target:
(e.g., nx serve myapp --configuration=production)
You can skip the use of Nx cache by using the --skip-nx-cache option.
Options:
--version Show version number [boolean]
--prod Use the production configuration [boolean] [default: false]
-c, --configuration Target configuration [string]
--project Target project [string]
--output-style Defines how Nx emits outputs tasks logs [string] [choices: "dynamic", "static", "stream", "compact"]
Error: Both project and target to have to be specified
The text was updated successfully, but these errors were encountered: