Nodejes - Loading from node_modules from parent directory
Interestingly, node_modules libraries are loaded from child, then move its way up to parent until the root.
That's is not really what the docs says.
To resolve this, either add package dependencies on the parent node_modules or remove that folder.
:)
Comments