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

Can't install astro-i18next on Astro 5.0 Beta #199

Open
acandael opened this issue Oct 22, 2024 · 0 comments
Open

Can't install astro-i18next on Astro 5.0 Beta #199

acandael opened this issue Oct 22, 2024 · 0 comments

Comments

@acandael
Copy link

Describe the bug

I tried to install astro-i18next in a Astro 5.0 Beta website and I got an error:

Could not resolve dependency:
npm ERR! peer astro@">=1.0.0" from [email protected]

To Reproduce

Steps to reproduce the behavior:

  1. install Astro 5.0 Beta: npm create astro@latest -- --ref next
  2. Choose Typescript (Strict) and a blank template
  3. install astro-i18next: npm install astro-i18next
  4. See error: Could not resolve dependency:
    npm ERR! peer astro@">=1.0.0" from [email protected]

Context (please complete the following information):

  • astro-i18next version: [email protected]
  • astro version: v5.0.0-beta.5
  • OS: MacOS 15
  • Browser: Chrome

Possible fixes

You can install astro-i18next on Astro v5.0.0-beta.5 by including '--legacy-peer-deps' to the install command

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

No branches or pull requests

1 participant