Introvertuous / svelte-icons

Icon components for svelte
https://svelte-icons.vercel.app
292 stars 21 forks source link

Unable to run locally #30

Closed canadaduane closed 3 years ago

canadaduane commented 3 years ago

I followed the directions in the README and ran yarn install in project root as well as example/ dir. Then ran yarn dev in project root, and in another terminal, yarn dev in example/ dir.

When I load localhost:5000 I see the following error in the JS console (and a blank HTML page):

Uncaught TypeError: Failed to resolve module specifier "svelte-icons/di/DiGithubAlt.svelte". Relative references must start with either "/", "./", or "../".

Am I missing a step?

guttenbergovitz commented 3 years ago

Not sure if it is related somehow but got some issues after running dev on SvelteKit 7.1, while production build seems fine.

AnxiousDarkly commented 3 years ago

I haven't been able to reproduce this issue so I will close for now.