Trying to run kit.svelte.dev locally: pnpm run update
fails
#10298
-
I want to locally test the effects of a PR to the kit.svelte.dev site. System info:
(downloaded a recent Node, added bin directory to .bashrc, The kit repo is locally cloned to Now, when I run
I am not a node expert and could need some help with that error message. It seems something typescript related is missing. How would I add it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like something is missing from the setup instructions - you also need to run |
Beta Was this translation helpful? Give feedback.
Looks like something is missing from the setup instructions - you also need to run
pnpm check
in the root of thekit
repo. This will generate the missingtypes/index.d.ts
file that the site uses to generate documentation. I'll open a PR to update the contributing guide.