You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ng config cli.packageManager yarn
ng update @angular/core`
The log given by the failure
yarn not found
because yarn is not globally installed.
Desired functionality
Specify yarn location in angular.json (by a relative path). The reason is that yarn version should be project dependent, not globally installed and defined in PATH.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Relevant only: Angular CLI: 6.1.4
Repro steps
The log given by the failure
because yarn is not globally installed.
Desired functionality
Specify yarn location in
angular.json
(by a relative path). The reason is that yarn version should be project dependent, not globally installed and defined inPATH
.The text was updated successfully, but these errors were encountered: