svelte-toast icon indicating copy to clipboard operation
svelte-toast copied to clipboard

missing svelte export condition

Open applemate opened this issue 10 months ago • 1 comments

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

@zerodevx/[email protected]

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

this happens with "@sveltejs/vite-plugin-svelte": "^3.0.2",

applemate avatar Apr 07 '24 09:04 applemate

You're picking up the rc package. Can you reinstall with npm i --save @zerodevx/svelte-toast@latest?

zerodevx avatar Apr 17 '24 08:04 zerodevx