Running node dev setup is leading to infinite loop
harshith-venkatesh opened this issue ยท 4 comments
harshith-venkatesh commented
Royston-Shufflebotham-i2 commented
Are you sure it's in an infinite loop or is it just doing a similar thing in several different directories so it looks like it's repeating?
harshith-venkatesh commented
I waited for close to 5 mins, Let me check it again after the discussion.
Currently I have forcefully quit the process
Royston-Shufflebotham-i2 commented
In your screenshot above it's operating on different directories. (05-mutations vs 05-mutations.extra-01-error)
It's running quite a few setup tasks in quite a few separate example directories (https://github.com/FrontendMasters/remix-fundamentals/tree/3de67525ff7b3068a94623f341a06ba48425e565/final), so could easily take 10 minutes depending on your computer speed.
harshith-venkatesh commented
It makes sense.
Thanks for clarifying