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
For the first step, I think we can throw an error from dedupDependencies() / nypm dedup this way nuxi can fallback to a warning or prompt for alternatives.
In next step I like to introduce a util for upgrading deps with different options but that might take longer.
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: