Closed tri-nga closed 3 years ago
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.
Oh, sorry didn't know about that limitation. My bad.
Thank you very much, will try to move the project directory, or try to avoid wsl if possible. Thanks ☺️
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 :)