-
Notifications
You must be signed in to change notification settings - Fork 237
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
Updates fail because it uses yarn
instead of npm
#515
Comments
yarn add
instead of npm update
yarn
instead of npm
to perform the update
Try |
yarn
instead of npm
to perform the updateyarn
instead of npm
Why is Is there at least a way to permanently make npm the default ? |
@lionel-bijaoui yeah it's a weird behaviour |
This package uses another package to detect the package manager to use: preferred-pm Package |
I have an npm monorepo, and therefore I am using npm workspaces. So that could be it! |
I have the same issue |
My
@types/node
package was out of date. So I rannpm-check -u
and it threw this error:It seems to be using
yarn
instead ofnpm
.How can I make it update using
npm
instead ofyarn
?The text was updated successfully, but these errors were encountered: