question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

File watching doesn't work on Windows machines running the system in a container

See original GitHub issue

If I run quasar dev in a container on windows changes in files are not detected.

The usual way to work around that is to configure whatever is watching the files to switch to polling.

It looks like Quasar is using chokidar which does appear to have a polling option, but it doesn’t appear that I can push options to it from the quasar.conf.js. Ideally I’d like to be able to provide it with configuration via that file.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Karnithcommented, Sep 27, 2020

I have this issue as well. Changing any file will not recompile the project, leaving me to halt and run dev again… ** Edit ** The fix above works.

1reaction
Karnithcommented, Oct 7, 2020

@colinnewell I tried with quasar env https://quasar.dev/quasar-cli/handling-process-env#Adding-to-process.env, it didn’t work. i’ll try with docker-compose. The polling setting is working for me in quasar.config, so it’s not a high priority. thx.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why FileSystemWatcher doesn't work in Linux container ...
It seems to be a more portable implementation for file system watching strategies. The current implementation of PhysicalFileProvider ...
Read more >
File system watch does not work with mounted volumes
The script will inspect all running containers and start notifying containers about changes in mounted directories. The script will also listen ...
Read more >
Video doesn't play in Windows Media Player 11
To do so, follow these steps in Windows Media Player 11: On the Tools menu, select Options. Select the Player tab, select the...
Read more >
Help with Movies & TV app problems on Windows 10
Get help with problems using the Movies & TV app in Windows 10. ... In the Run box, type Temp, and then press...
Read more >
Display Problems Playing Video Clips in Windows
Some systems may experience hesitation problems with the video, where ... Make sure the Video Compression box contains a check mark.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found