-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
util to dedup dependencies #166
Comments
@danielroe |
For the first step, I think we can throw an error from In next step I like to introduce a util for upgrading deps with different options but that might take longer. |
so i should start or wait for the upgrading? :) |
Feel free to start it will unblock nuxi :) |
i have added it. i hope it fits like this |
Describe the feature
Follow up of: nuxt/cli#573 (comment)
nypm should support dedupe.
Package manager support
npm
npm should have build in dedupe https://docs.npmjs.com/cli/v10/commands/npm-dedupe
pnpm
https://pnpm.io/cli/dedupe
yarn
https://yarnpkg.com/cli/dedupe
bun
planned: oven-sh/bun#8594 (comment)
deno
?
Additional information
The text was updated successfully, but these errors were encountered: