You hav to update package manager from npm to yarn.
ng config --global cli.packageManager yarn
if you need back yarn to npm then
ng config --global cli.packageManager npm
You hav to update package manager from npm to yarn.
ng config --global cli.packageManager yarn
if you need back yarn to npm then
ng config --global cli.packageManager npm
For further actions, you may consider blocking this person and/or reporting abuse
nausaf -
Samira Awad -
Samira Awad -
Samira Awad -
Top comments (1)
Does this mean you still need to install @angular/cli globally using npm first? Otherwise how can I run the ng command