You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Several repositories in the Vue and Vite ecosystem recently migrated from yarn v1 to pnpm. To ease the transition, the Vue team is suggesting the use of @antfu's ni: https://github.com/antfu/ni#readme
Check recommendation in the vue-next CONTRIBUTING.md
We also recommend installing ni to help switch between repos using different package managers. ni also provides the handy nr command which running npm scripts easier.
The examples below will be using the nr command from the ni package.
This is great for docs, because you avoid the need to repeat the instructions three times (npm, yarn, pnpm)
We are getting very used to ni, and I find myself typing ni and nr all the time in StackBlitz. I think it would be awesome to have this library enabled by default in the env (or providing the same aliases), so you can point users to it, no matter what package manager the project is using.
Is your feature request related to a problem? Please describe:
Several repositories in the Vue and Vite ecosystem recently migrated from yarn v1 to pnpm. To ease the transition, the Vue team is suggesting the use of @antfu's
ni
: https://github.com/antfu/ni#readmeCheck recommendation in the vue-next CONTRIBUTING.md
This is great for docs, because you avoid the need to repeat the instructions three times (npm, yarn, pnpm)
We are getting very used to
ni
, and I find myself typingni
andnr
all the time in StackBlitz. I think it would be awesome to have this library enabled by default in the env (or providing the same aliases), so you can point users to it, no matter what package manager the project is using.Describe the solution you'd like:
https://github.com/antfu/ni#readme 🙏🏼
Describe alternatives you've considered:
You could invent different aliases, but
ni
is gaining some ground already so I think it would be good to align the API with it.Additional context:
Thanks for StackBlitz ❤️
The text was updated successfully, but these errors were encountered: