pngwn / sapper-mdsvex-template

12 stars 5 forks source link

following the instructions doesn't work #11

Closed kuworking closed 3 years ago

kuworking commented 3 years ago

Trying to install it, but I can't get it right:

npx degit "pngwn/sapper-mdsvex-template" my-svelte
yarn
npm run dev
> sapper dev --ext '.svelte .svx'

• client
D:\CODING\TEST\my-svelte\src\node_modules\@sapper\internal\App.svelte
'level' is not defined
22:     <Error {error} {status}/>
23:   {:else}
24:     <svelte:component this="{level-Infinity.component}" {...level-Infinity.props}/>
                                 ^
25:   {/if}
26: </Layout>
D:\CODING\TEST\my-svelte\src\node_modules\@sapper\internal\App.svelte
'level' is not defined
22:     <Error {error} {status}/>
(...)

Perhaps I'm forgetting something simple?

kuworking commented 3 years ago

Closing in favour of https://github.com/pngwn/MDsveX/issues/118