You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Hello everyone,
I would really like to learn Svelte/Sapper (while waiting for svelte-kit) development but I have this issue actually.
Started the https://sapper.svelte.dev/docs#Getting_started
Done this
npx degit "sveltejs/sapper-template#rollup" my-app
# or: npx degit "sveltejs/sapper-template#webpack" my-app
cd my-app
npm install
npm run dev
Here's the output:
❯ npm run dev
> TODO@0.0.1 dev
> sapper dev
✔ server (1.6s)
✔ client (2.1s)
✔ service worker (190ms)
> Listening on http://localhost:3000
Live reloading is not working.
I have searched for existing issues here before posting, but I have not found solutions to the problem.
Could you please provide any help ?
Thanks
ps: I'm on Windows 10, and I'm using Ubuntu 20.04 on WSL 2 with no issues so far, except this :)
The text was updated successfully, but these errors were encountered:
If your project lives on your Windows filesystem, WSL fails to report the file change events that Node is listening for. This is a known bug/limitation in WSL 2. If your project lives in the virtual Linux filesystem, the file watching should work fine.
Hello everyone,
I would really like to learn Svelte/Sapper (while waiting for svelte-kit) development but I have this issue actually.
Started the https://sapper.svelte.dev/docs#Getting_started
Done this
Here's the output:
Live reloading is not working.
I have searched for existing issues here before posting, but I have not found solutions to the problem.
Could you please provide any help ?
Thanks
ps: I'm on Windows 10, and I'm using Ubuntu 20.04 on WSL 2 with no issues so far, except this :)
The text was updated successfully, but these errors were encountered: