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
angular application
Setup, Development, and Build have npm commands that haven't been converted to appropriate yarn or nx commands.
Setup
Development
Build
npm
yarn
nx
No
The text was updated successfully, but these errors were encountered:
Those commands are correct. They are just aliases to the correct Nx commands. You can see this in the package.json file.
angular-hub/package.json
Lines 5 to 9 in 1d6e47d
This is common practice so we don't need to memorize commands and stick to npm run build instead of nx build <app name>.
npm run build
nx build <app name>
Sorry, something went wrong.
Ok.
No branches or pull requests
Relevant scope
angular application
Description
Setup
,Development
, andBuild
havenpm
commands that haven't been converted to appropriateyarn
ornx
commands.Do you want to contribute with a pull request?
No
The text was updated successfully, but these errors were encountered: