Open
Description
Describe the bug
There's a typo in the import, which was resolved in other @intlify packages recently (from what I see): "NOT_REOSLVED" > "NOT_RESOLVED"
In this package, it still uses "NOT_REOSLVED" here, which caused @nuxtjs/i18n
and vue-i18n
packages usage error:
Uncaught SyntaxError: The requested module '/_nuxt/@fs/.../node_modules/.cache/vite/client/deps/@intlify_core-base.js?v=4a7daf0f' does not provide an export named 'NOT_REOSLVED' (at vue-i18n.mjs:7:282)
Reproduction
Line 5 in 5a7dc74
System Info
System:
OS: Linux 6.6 Ubuntu 24.04.2 LTS 24.04.2 LTS (Noble Numbat)
CPU: (2) x64 Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
Memory: 827.45 MB / 4.80 GB
Container: Yes
Shell: 5.2.21 - /bin/bash
Binaries:
Node: 22.16.0 - ~/.nvm/versions/node/v22.16.0/bin/node
npm: 11.4.1 - ~/.nvm/versions/node/v22.16.0/bin/npm
pnpm: 10.12.4 - ~/.local/share/pnpm/pnpm
Used Package Manager
pnpm
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.