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 "../".
I followed the directions in the README and ran
yarn install
in project root as well asexample/
dir. Then ranyarn dev
in project root, and in another terminal,yarn dev
inexample/
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?