efstajas / svelte-stepper

🚶 A simple library for building delightfully animated stepped flows with Svelte.
https://svelte-stepper.jason-e.dev
141 stars 4 forks source link

`Cannot find module 'esm-env'` #3

Closed ogrotten closed 1 year ago

ogrotten commented 1 year ago
Cannot find module 'esm-env' imported from '/projectpath/node_modules/@efstajas/svelte-stepper/package/stepper.svelte'

Is this a complaint about too old a version of svelte/kit or lack of TS?

efstajas commented 1 year ago

Hey @ogrotten! I've just published v0.1.5, which explicitly depends on esm-env. Could you try again with that?

ogrotten commented 1 year ago

Thanks for the fix, it's working great now!