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.

Oct 13, 2022, 6:53 PM
3 0 18

comments

ya just npm update

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

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

error with vite build, maybe `serve`?

like what, and how fix