-
Notifications
You must be signed in to change notification settings - Fork 7
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
eleventy 0.11.0 dependency error #17
Comments
Seems like it's due to the eleventy version difference. I will try to setup a reproduction later this week. |
same.
|
I had no problem running this plugin in a project running eleventy at Please setup a reproduction or show me your |
I am also seeing this issue. The following steps can reproduce this using npm v7.7.5
I believe this is due to the change in NPM v7 to automatically install Presently @quasibit/eleventy-plugin-sitemap has this set to:
This falls into the special caret handling because 11ty is pre 1.0.0 as discussed here: This causes the current 0.12.1 version of 11ty not to match the |
Thanks for the detailed explanation @jarrodconnolly . I was using npm v6 so didn't notice this. Not sure what's the best solution here, updating the peer dependency to the latest version? I'll check this, this week. |
I believe if you update your A good solution might be to be explicit and say:
Then you can reassess when 0.13.0 comes out and change if everything appears to be working. You can play with this option and others here to get an idea what they will do: |
## [2.0.5](v2.0.4...v2.0.5) (2021-03-30) ### Bug Fixes * update eleventy peer dependency to support v12 ([9eeac05](9eeac05)), closes [#17](#17)
🎉 This issue has been resolved in version 2.0.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jarrodconnolly thank you again, that was very useful. I pushed a fix for this. |
This is most likely user error, but I am receiving a dependency error whilst trying to install eleventy-plugin-sitemap.
The text was updated successfully, but these errors were encountered: