940 Views
I know my project's dependencies are installed under node_modules directory. But when I do require('lodash') , how does Node know which file to load? "How does Node know which file to read when loading a module?" Module loading works in two phases When loading a dependency, mod
0 comments