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 (single view)

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

View all comments