-
Notifications
You must be signed in to change notification settings - Fork 70
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
Issues with peer dependencies found #76
Comments
adding build-esm breaks my svlete-kit, getting strange errors of imports not found, at least in dev... |
I get errors like this with npm when installing nightwind with sveltekit |
Oops. Closed in error. Updated OP to add a note on how to squelch the warnings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependents using this library face warnings which are erroneous in the context of a development workflow. Here's an example of the warnings generated (outlined with box):
I believe this can be addressed by adding
peerDependenciesMeta
and setting"optional": true
. TriedpeerDependenciesMeta
with some success but it's not a complete solution. See note here for investigation.The text was updated successfully, but these errors were encountered: