FrontendMasters / remix-fundamentals

Remix enables you to build fantastic user experiences for the web and feel happy with the code that got you there. Get a jumpstart on Remix with this workshop.
https://frontendmasters.com/workshops/remix/
Other
258 stars 115 forks source link

Running node dev setup is leading to infinite loop #4

Closed harshith-venkatesh closed 2 years ago

harshith-venkatesh commented 2 years ago
Screenshot 2022-08-02 at 10 31 31 PM

🏎 npm run build in /Users/harshithvenkatesh/Documents/Projects/Remix-BootCamp-FrontEnd-Masters/remix-fundamentals-bootcamp/final/05-mutations

build run-s build:*

build:css npm run generate:css -- --minify

generate:css tailwindcss -o ./app/styles/tailwind.css "--minify"

Done in 146ms.

Royston-Shufflebotham-i2 commented 2 years ago

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 2 years ago

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 2 years ago

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 2 years ago

It makes sense. Thanks for clarifying