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

@netlify/blobs@8 is compatible but is reported as a peer dependency error #485

Open
serhalp opened this issue Sep 15, 2024 · 0 comments · May be fixed by #486
Open

@netlify/blobs@8 is compatible but is reported as a peer dependency error #485

serhalp opened this issue Sep 15, 2024 · 0 comments · May be fixed by #486
Labels
bug Something isn't working

Comments

@serhalp
Copy link

serhalp commented Sep 15, 2024

Environment

$ node -v
v20.8.0
$ pnpm -v
9.6.0

Reproduction

  1. create a site, e.g. pnpm create solid
  2. add unstorage: pnpm add @unjs/unstorage@latest
  3. add @netlify/blobs: pnpm add @netlify/blobs@latest
    • this reports a peer dependency error (some other package managers might bail here)
  4. use the Netlify unstorage driver
  5. it works :)

Describe the bug

That's about it. PR coming in a minute.

Additional context

No response

Logs

 WARN  Issues with peer dependencies found
.
└─┬ vinxi 0.4.3
  └─┬ unstorage 1.10.2
    └── ✕ unmet peer @netlify/blobs@"^6.5.0 || ^7.0.0": found 8.0.1
@serhalp serhalp added the bug Something isn't working label Sep 15, 2024
@serhalp serhalp linked a pull request Sep 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant