Skip to content

Dependency mismatch in v9.0.0-rc.1

Open

Description

Environment

  • Operating System: Darwin
  • Node Version: v20.17.0
  • Nuxt Version: 3.13.2
  • CLI Version: 3.14.0
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

On the local environment and on the stackblitz I have different errors, but both envs not working for me

On stackblitz I have Pre-transform error: compiler is null (x2)
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-rt9kda?file=i18n%2Fi18n.config.ts

On the local I have

 [ERROR] No matching export in "node_modules/@intlify/shared/dist/shared.mjs" for import "incrementer"

    node_modules/@intlify/core-base/dist/core-base.mjs:6:121:
      6 │ ...mber, isPlainObject, assign, join, toDisplayString, isArray, incrementer, format as format$1, isPromise, isBoolean, warn, isRegExp, ...
        ╵                                                                 ~~~~~~~~~~~


 ERROR  error while updating dependencies:                                                                                             11:05:53 AM
Error: Build failed with 1 error:
node_modules/@intlify/core-base/dist/core-base.mjs:6:121: ERROR: No matching export in "node_modules/@intlify/shared/dist/shared.mjs" for import "incremented"

Describe the bug

v9 rc1 not run

Additional context

npm list @intlify/shared gives

└─┬ @nuxtjs/[email protected]
  ├─┬ @intlify/[email protected]
  │ └─┬ @intlify/[email protected]
  │   ├─┬ @intlify/[email protected]
  │   │ └── @intlify/[email protected]
  │   └── @intlify/[email protected]
  ├── @intlify/[email protected]
  ├─┬ @intlify/[email protected]
  │ ├─┬ @intlify/[email protected]
  │ │ ├─┬ @intlify/[email protected]
  │ │ │ └── @intlify/[email protected]
  │ │ └── @intlify/[email protected] deduped
  │ ├── @intlify/[email protected] deduped
  │ └─┬ @intlify/[email protected]
  │   └── @intlify/[email protected] deduped
  └─┬ [email protected]
    ├─┬ @intlify/[email protected]
    │ ├─┬ @intlify/[email protected]
    │ │ └── @intlify/[email protected] deduped
    │ └── @intlify/[email protected] deduped
    └── @intlify/[email protected] deduped

probably the issue with intlify/h3 which requires intlify/shared@9

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions