non-biased-news — 10/13/2022, 6:53:55 PM

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.

♥ 3 ↩ 0 💬 18 comments

comments

joebiden:

ya just npm update

10/18/2022, 1:14:54 PM
non-biased-news:

I already did that

10/18/2022, 2:02:35 PM
non-biased-news:
10/18/2022, 2:02:46 PM
wynd:

you may need to npm update or something

10/13/2022, 11:56:42 PM
non-biased-news:

https://u.cubeupload.com/nonbiasedorg/Screenshot2022101408.png

10/14/2022, 2:08:01 PM
non-biased-news:
10/18/2022, 2:02:52 PM
late:

OOH I KNOW

learn javascript.

10/13/2022, 10:49:19 PM
non-biased-news:

it isn’t a code problem, it is the building

10/14/2022, 2:05:59 PM
late:

ok and, learn javascript

your experience will be better

10/14/2022, 3:06:32 PM
non-biased-news:

bhshdakjfbha

10/14/2022, 5:25:07 PM
lily:

what’s in +layout.svelte?

10/13/2022, 7:39:07 PM
non-biased-news:

it does not exist

10/13/2022, 7:42:34 PM
lily:

hmm

10/13/2022, 8:09:48 PM
non-biased-news:

all there is is App.svelte

10/13/2022, 8:20:49 PM
lily:

i only know about sveltekit not svelte on its own

10/13/2022, 8:23:11 PM
non-biased-news:

oh, okay

10/13/2022, 8:37:59 PM
frostzzone:

error with vite build, maybe `serve`?

10/13/2022, 7:36:22 PM
non-biased-news:

like what, and how fix

10/13/2022, 7:45:49 PM