I am trying to migrate from yarn to pnpm. I ran pnpm install
. It instantly failed and printed to the console:
Usage Error: This project is configured to use yarn
$ pnpm ...
I tried removing (renaming actually) yarn.lock
and node_modules
but to no avail. How to solve this?
I figured out that it's because of:
// package.json
{
// ...
"packageManager": "yarn@..."
// ...
}
removing (or changing it to pnpm
) would solve the issue. Additionally, yarn.lock
existence doesn't have do with issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With