DEV Community

Discussion on: How to Make a Website with Svelte and SvelteKit

Collapse
 
reecem profile image
Reece M

Hey Sam, me again :),

With regards the static adapter. It should install the @next version as the default one from NPM has issues.

It should be npm i -D @sveltejs/adapter-static@next, resulting in version ^1.0.0-next.4 in the package.json file

Collapse
 
reecem profile image
Reece M

But there again, once it's out beta they probably going to fix that