I got a dependency conflict when I installed @nuxtjs/i18n using pnpm in nuxt project
I want to use @nuxtjs/i18n npm package in the project created with nuxt3 version. When I import modules in nuxt.config.ts after installing using pnpm, terminal error and @intlify+core-bas package conflict。
steps:
1.pnpm install @nuxtjs/i18n@next –save-dev The version of @nuxtjs/i18n in package.json is “9.0.0-alpha.1”