Error! Output below. What i expected is that works and spins the dev server.
[13:23:56] [snowpack] Welcome to Snowpack! Because this is your first time running
this project, Snowpack needs to prepare your dependencies. This is a one-time step
and the results will be cached for the lifetime of your project. Please wait...
[13:23:56] [snowpack] + svelte/internal@3.44.1
[13:23:57] [snowpack] Cannot find module 'svelte-hmr/runtime/hot-api-esm.js' from
Quick checklist
What package manager are you using?
pnpm
What operating system are you using?
linux - wsl2 debian
Describe the bug
The template will not start and throws the error :
[13:23:57] [snowpack] Cannot find module 'svelte-hmr/runtime/hot-api-esm.js'
Steps to reproduce
pnpx create-snowpack-app web-app --template @snowpack/app-template-svelte-typescript --use-pnpm
cd web-app
pnpm start
Link to minimal reproducible example (optional)
No response