I need help.
So I am cd’ing to buildstuff
and src
then doing npm run build
It is a Python repl, but I need to use npm/node
Svelte code:
<script>
let name = 'world';
</script>
<h1>Hello {name}!</h1>
Does anyone know how to help? I see no errors in the code.. so I am curious why it does not work.
ya just npm update
I already did that
you may need to npm update
or something
OOH I KNOW
learn javascript.
it isn’t a code problem, it is the building
ok and, learn javascript
your experience will be better
bhshdakjfbha
what’s in +layout.svelte?
it does not exist
all there is is App.svelte
i only know about sveltekit not svelte on its own
oh, okay
error with vite build, maybe `serve`?
like what, and how fix