Replies: 2 comments
-
we use an npm script that deletes However, I know that I can copy code into my You'll want to look in the Facebook Metro docs for config options. Metro can be set up to use watchman to watch for file changes (I forget if that's still the default setup but it was at one time), so you may need to look at the watchman docs also |
Beta Was this translation helpful? Give feedback.
-
👋 there - as stated in the README and the issue template, this repo is for long-form discussions. Yours seems more a question for StackOverflow instead. |
Beta Was this translation helpful? Give feedback.
-
I'm sure this info is out there but I can't seem to find the right words to google. It seems like every time you either add or remove things in node_modules, the server stops and you have to relaunch the dev process. Normally it's not that big of a deal but I recently had to keep checking out between two different commits with different package.json dependencies which meant I would waste tons of time restarting everything after each checkout.
If there was some config or something where I didn't have to do this then it would be a lifesaver.
Beta Was this translation helpful? Give feedback.
All reactions