Open GV14982 opened 1 year ago
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
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