-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache on Windows 10 #13
Comments
Hi, I don't have windows 10, but I cannot reproduce this on Mac OS, hot reloading is working on mac when editing codes. |
I can of course try on Linux, but I'd like to use the tool on Windows as well, as it's my primary OS. |
I can reproduce the problem as mentioned on Win10 and second on "I should be able to code on Windows". If you want to do that: Install WSL (i use ubuntu), install node, install rust, install wasm-pack and you should be good to go. |
I can confirm. I have this issue on Windows 10 2004 19041.630 |
Same here, I find it little annoyed. Windows 10 Home 20H2 19042.630 |
I investigated a bit and here what I got. HR not working only if files located inside the Windows file system. If you move them to WSL FS everything will work fine. Here the question in which part of the bundle we got this issue? BTW a small offtopic: WSL2 didn't open the browser automatically with this error: |
This is still an issue as of July 2022 |
upgrade to use trunk, |
I use Windows 10 and when I run "npm run start" I have to manually remove .cache folder after changes in code and then run "npm run start" again. Otherwise it always builds old changes, even if I changed some code and run "npm run start"
The text was updated successfully, but these errors were encountered: