-
Notifications
You must be signed in to change notification settings - Fork 836
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
[WSL 2] File watchers like create-react-app, gulp or sass doesn't work #4224
Comments
No repro was offered which would allow a definitive answer; but guessing, no, you are probably not missing something ref #4169. |
Related to #4064 (comment) for sure. |
same problem here... |
I am also facing the exact same issue. So let's say I am using WSL 2 with Ubuntu 20.04 LTS with Sass installed over nodejs. So, when I am doing the following:
It says that watching file, but making changes to the file doesn't invoke the SASS compilation. I had to go back to WSL 1 in order for it to work. Is this a WSL bug? Am I missing something here? |
@daviidesnow Thanks a lot for letting me know. I've moved back my Linux install to WSL 1 as it seems WSL 2 is still not ready for our use-case. Maybe will be fixed in a couple of months or so or maybe never. Who knows? Thanks a lot for pointing to the correct issue. |
@daviidesnow Thank you. I was disappointed about this. Guess I'll use WSL1 for now :/ |
I got around this by just keeping my project on the native filesystem. I use Windows Terminal and open two tabs. One is ZSH on Ubuntu and this is where I do my tmux/vim stuff. The other is a powershell tab where I add dependencies, run the project, use git commandline, etc. It's definitely not perfect, but it allows me to feel mostly at home on windows for now. |
But I can, for example, open a react app from browser normally. Am I missing something?
The text was updated successfully, but these errors were encountered: