We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's just the better npm, I got nothing else to say to this
The text was updated successfully, but these errors were encountered:
i keep hearing people suggest this but how would i go about making the switch from npm to pnpm anyway
Sorry, something went wrong.
corepack enable
corepack prepare pnpm@latest --activate
pnpm install
Running scripts from package.json now won't need run inbetween, for example: npm run dev -> pnpm dev
run
npm run dev
pnpm dev
And the Github workflow would also need those changes, probably just replacing npm with pnpm everywhere
No branches or pull requests
It's just the better npm, I got nothing else to say to this
The text was updated successfully, but these errors were encountered: