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
Sorry, it's true.
Dany Paredes -
Dany Paredes -
Steven McLintock -
Connie Leung -
Once suspended, ippatev will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, ippatev will be able to comment and publish posts again.
Once unpublished, all posts by ippatev will become hidden and only accessible to themselves.
If ippatev is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to alɔeksandyr ippatev.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag ippatev:
Unflagging ippatev will restore default visibility to their posts.
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