-
Notifications
You must be signed in to change notification settings - Fork 12k
rc.2 doesn't preserve "yarn" as the preferred package manager during cli update #10225
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
Milestone
Comments
IgorMinar
added a commit
to IgorMinar/angular
that referenced
this issue
Apr 7, 2018
hansl
added a commit
to hansl/devkit
that referenced
this issue
Apr 12, 2018
gkalpak
pushed a commit
to IgorMinar/angular
that referenced
this issue
Apr 13, 2018
gkalpak
pushed a commit
to IgorMinar/angular
that referenced
this issue
Apr 13, 2018
IgorMinar
added a commit
to IgorMinar/angular
that referenced
this issue
Apr 14, 2018
gkalpak
pushed a commit
to IgorMinar/angular
that referenced
this issue
Apr 15, 2018
jasonaden
pushed a commit
to angular/angular
that referenced
this issue
Apr 17, 2018
jasonaden
pushed a commit
to angular/angular
that referenced
this issue
Apr 17, 2018
hansl
added a commit
that referenced
this issue
Jun 6, 2018
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions
Repro steps
ng update @angular/cli --migrate-only --from=1.7.3
Observed behavior
angular.json doesn't contain "yarn" as a preferred package manager setting
Desired behavior
yarn preference should be preserved during update
Mention any other details that might be useful (optional)
once this goes wrong, any subsequent
ng update
s e.g.ng update @angular/material
work incorrectly because they use npm rather than yarn.Workaround
Manually edit angular.json to add the config option:
One can also set user-wide setting via:
The text was updated successfully, but these errors were encountered: