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
from main project @mycompany/A: npm link @mycompany/B
Symlink @mycompany/B exists in node_modules npm link @mycompany/C
Symlink @mycompany/C exists in node_modules but Symlink @mycompany/B is deleted in node_modules
The way you can work around this today is to link these deps at the same time (ex. npm link @mycompany/B @mycompany/C); There are improvements that could be made to npm link but those would probably be feature requests/improvements; Definitely feel free to open up an RFC over on npm/rfcs if you have ideas on how this should work differently in the future.
Since this is the second time you're closing this issue as is without changing anything, the only remaining suggestion I have is that perhaps this should be documented per #2554 (comment)
#2554 was closed without an explanation and without fixing the bug.
The text was updated successfully, but these errors were encountered: