Skip to content
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

fix: could not resolve module #2587

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

alexfriesen
Copy link
Contributor

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

By default nuxt.options.modulesDir contains: node_modules and node_modules/nuxt/node_modules but some packages were installed in node_modules/@nuxtjs/i18n/node_modules.
This change will add additional dirs by adding @nuxtjs/i18n/node_modules.
Resolves #2586

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@BobbieGoede BobbieGoede changed the title fix: resolve modules fix: could not resolve module Dec 3, 2023
@BobbieGoede BobbieGoede merged commit bcd6198 into nuxt-modules:main Dec 3, 2023
7 checks passed
@BobbieGoede
Copy link
Collaborator

Thanks for contributing!

@saifobeidat
Copy link

@alexfriesen thanks, the fix works with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not resolve module "@intlify/vue-router-bridge/lib/index.mjs" in @nuxtjs/i18n@8.0.0-rc.6
3 participants