You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having troubles to let react know my dependency is changing.
The node modules update as they are supposed to using relative-deps
Relative-deps is doing its job.
I am starting my app: npm run start (react-scripts start), and npm run prepare watch.
If I change something in my dependency, it is noticed. I see relative-deps changing the file in the node modules
unfortunately, the app is not recompiling.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I am having troubles to let react know my dependency is changing.
The node modules update as they are supposed to using relative-deps
Relative-deps is doing its job.
I am starting my app: npm run start (react-scripts start), and npm run prepare watch.
If I change something in my dependency, it is noticed. I see relative-deps changing the file in the node modules
unfortunately, the app is not recompiling.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: