Closed victormiguez closed 7 years ago
Hey @victormiguez! Try to delete node_modules
and install all dependencies again, or just run yarn update-packages
=)
Let me know if it worked for you.
Thanks for the fast reply! :)
I did this, but still the same behavior. Here is my console output:
Although it say that is updating, nothing happens.
This warning is new, it wasn't happening before, probably something related with the async
.
Steps that I'm doing:
yarn update-packages
;yarn start
node version: 7.5.0
yarn version: 0.19.1
Please, try:
yarn
;yarn start
.This should works xD
@victormiguez it worked?
@victormiguez I'll close this issue, but if the solution doesn't work for you, we open it again, ok?
@fdaciuk still the same :/ But it's not a bug in your project, make sense to keep it closed. I'm passing trough the same problem in other environments, looks like something is wrong with the last version of hot reloader. If I find a solution I update here. Thanks for the support! 👊
Hey, let's fix it together! =) Which node.js version are you using?
Hey @fdaciuk!
It looks like after the dependencies update the hot loader stopped working, did you noticed this? Probably it's a dependency version problem, but not sure yet. I'm trying to figure it out.