mikeysee
mikeysee12mo ago

Yarn dropdown on docs?

Just a small suggestion not support request (maybe you should have a tag or even new forum category for these). Would love to see an optional yarn version of the docs such as this page: https://docs.convex.dev/quickstart/react. I have seen other projects either offer two options side by side or offer a side-wide toggle that lets you choose what your favourite package manager is (npm, pnpm, yarn etc)
3 Replies
Michal Srb
Michal Srb12mo ago
We'll consider this for future improvements, but we expect that people who use yarn or pnpm (or rush or ...) know how to swap those in for npm.
mikeysee
mikeyseeOP12mo ago
yep true, minor friction tho for example npm create vite@latest my-app -- --template react-ts simply swapping npm for yarn doesnt work for me and im not sure what the equivilant is
ian
ian12mo ago
just drop the @latest: yarn create vite my-app ... It'd be fun to make a browser extension so you could click it and toggle a website's docs into yarn lingo