beyonk-group / svelte-carousel

A super lightweight, super simple Carousel for Svelte 3
MIT License
213 stars 38 forks source link

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'siema' #80

Open mcmxcdev opened 2 years ago

mcmxcdev commented 2 years ago

I receive this error when running pnpm build in a SvelteKit project:

Screenshot from 2022-04-02 17-10-09

Version used is 2.8.0 but it also happens with the latest version.

Completely blocks the project production build.

antony commented 2 years ago

siema needs to be a production dependency of this project. Happy to accept a PR to make that happen.