Hello,
I just update my training project to 2.3
IDE = Webstorm 2021.1.2
OS = ubuntu
When meteor run
, I got:
=> Client modified -- refreshing
=> Started your app.
=> App running at: http://localhost:3000/
=> Client modified -- refreshing (x143)
refreshing (x143) just in few seconds. It is annoying for now although the app is still running ok.
Any idea how to fix that?
Thanks
meteor reset
and IDE restart did not fix it. But meteor-cleaner does the job.
Clean up your Meteor package cache! <<
Then reset, rebuild
1 Like
Are you sure that you don’t have any file that is included in your repository that is changing all the time?
Could you create a reproduction in a new Meteor app?
If so please open an issue on GitHub.
1 Like
no, that’s a training project, on which I tested alot of things over the span of months. I also update meteor 3 times. Maybe that make things messy. meteor-cleaner fix it so not an issue I guess.
Over all, I feel like meteor 2.3 is not very ready for production, so many dependency-conflict errors. I would recommend to wait for a couple of months