svelte-toast
svelte-toast copied to clipboard
missing svelte export condition
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",
You're picking up the rc
package. Can you reinstall with npm i --save @zerodevx/svelte-toast@latest
?