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

Svelte field warning #7

Open
sveltifier opened this issue Jan 18, 2024 · 2 comments
Open

Svelte field warning #7

sveltifier opened this issue Jan 18, 2024 · 2 comments

Comments

@sveltifier
Copy link

After installing svelte-components, on npm run dev I get:

15:29:28 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

@onsvisual/[email protected]
@splidejs/[email protected]
@sveltejs/[email protected]
[email protected]
[email protected]
@splidejs/[email protected]

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

@bothness
Copy link
Member

Hmm... This might be one for you to diagnose? Feel free to push a fix. I guess we'll have to ignore it for the other packages.

@sveltifier
Copy link
Author

Fixed I think here #8

But now all the dependencies that have yet to fix this are showing up :-)

12:15:12 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

@splidejs/[email protected]
@sveltejs/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@splidejs/[email protected]

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

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

2 participants