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
When working on Project2 we clean a previously linked node_modules and lose link to Project3 by re-downloading it from package manager.
If we call link/unlink on Project1 the command will throw.
TODO: Consider to pass an option to restore node_modules from package manager before linking, or to partially restore packages if no link is found when unlinking.
The text was updated successfully, but these errors were encountered:
Consider the following repo structure:
When working on Project2 we clean a previously linked node_modules and lose link to Project3 by re-downloading it from package manager.
If we call link/unlink on Project1 the command will throw.
TODO: Consider to pass an option to restore node_modules from package manager before linking, or to partially restore packages if no link is found when unlinking.
The text was updated successfully, but these errors were encountered: