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

Usage with Yarn v4 and PnP strategy #72

Open
ignatij opened this issue Dec 26, 2023 · 1 comment
Open

Usage with Yarn v4 and PnP strategy #72

ignatij opened this issue Dec 26, 2023 · 1 comment
Labels

Comments

@ignatij
Copy link

ignatij commented Dec 26, 2023

I'm trying to upgrade my app to Yarn v4 with zero-install and PnP strategy.
Previously with the node_modules linker it worked perfectly fine as it is.

With the upgrade now, the error I'm getting is the following:
Failed to resolve import "flatpickr/dist/flatpickr.css"

Tried with the newest released version of v.3.3.4 but no luck.

Any help regarding this?

Thanks

@jacobmischka
Copy link
Owner

You probably need to add flatpickr as a dependency to your own app. You could also maybe do import 'svelte-flatpickr/node_modules/flatpickr/dist/flatpickr.css' or something like that, but that's a bit grosser.

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

No branches or pull requests

2 participants