Replies: 1 comment 1 reply
-
Do you use the node_modules linker, or PnP? You can still remove the n_m folders manually and run an install, but that shouldn't be necessary(hence why it's not recommended). If it is (and you can consistently reproduce it), feel free to open a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With yarn, we used to rm -rf node_modules when we had to diagnose issues. But that is no longer recommended. Is there a command we can use to remove and reinstall the node_modules so they are consistent between users? For some reason, one user has a node_modules folder in a workspace but others do not, with the same lockfile.
Beta Was this translation helpful? Give feedback.
All reactions