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
Right now we are using npm which is slow and lame. We should use PNPM which is fast and cool! ⚡️😎
Literally just delete the package-lock.json and then rerun the install with pnpm install. Then just update the docs and replace npm with pnpm.
package-lock.json
pnpm install
npm
pnpm
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Context
Right now we are using npm which is slow and lame. We should use PNPM which is fast and cool! ⚡️😎
Proposed solution
Literally just delete the
package-lock.json
and then rerun the install withpnpm install
. Then just update the docs and replacenpm
withpnpm
.Proposed Implementation
No response
Additional Resources
No response
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered: