DEV Community

Discussion on: Exploring strapi.js - Build an instagram clone with strapi and svelte

Collapse
 
xdevx32 profile image
xdevx32

I really liked your tutorial!
Just want to add a minor typo in the example which causes an error while running the Svelte frontend app. In the src/App.svelte the import should be like:

import Index from "./components/Index.svelte";
Enter fullscreen mode Exit fullscreen mode

While the example says:

import Index from "./routes/index.svelte";
Enter fullscreen mode Exit fullscreen mode

And maybe it's good to specify that Strapi uses at least node version 14 +. :)

So that's it! Everything else works fine! Thanks for the tips!

Collapse
 
arnu515 profile image
arnu515

Oops! I'll change it right away! Thank you