LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Detected remote context lookup on broken softlinks in node_modules #140

Open rubensworks opened 4 months ago

rubensworks commented 4 months ago

When a broken softlink exists within the node_modules directory, module loading will silently fail, and start throwing unexpected Detected remote context lookup errors. This should be fixed by properly handling broken softlinks, and skipping them.