Miscellaneous tips while developing in WSL (Windows Subsystem for Linux)
File change monitoring doesn’t work, such as the auto-refresh of create-react-app Use the following before your "npm start" or put it on env file: CHOKIDAR_USEPOLLING=true And if you are using Intellij, you need to explicitly "ctrl + s" to save the changes on your code files Integrate beyond compare with git diff export TMPDIR=’/mnt/c/Users/yourName/AppData/Local/Temp’ alias …
Miscellaneous tips while developing in WSL (Windows Subsystem for Linux) Read More »