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 CLI: 6.0.5 Node: 8.11.1 OS: win32 x64 Angular: 6.0.3 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router
New projects, generating a library, and I believe some add commands results in package.json dependencies not in alphabetical order
package.json
example 1:
ng new my-project
example 2: ng g library my-lib
ng g library my-lib
package.json dependencies to be alphabetical after any command generates entries, as if added by npm i --save
npm i --save
The text was updated successfully, but these errors were encountered:
I know #5089 and #5090 look related but still seems to be an issue.
Sorry, something went wrong.
Closing as it has already been addressed.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Versions
Repro steps
New projects, generating a library, and I believe some add commands results in
package.json
dependencies not in alphabetical orderObserved behavior
example 1:
ng new my-project
example 2:
ng g library my-lib
Desired behavior
package.json
dependencies to be alphabetical after any command generates entries, as if added bynpm i --save
The text was updated successfully, but these errors were encountered: