Where Does Node Js Require Look For Modules?
Where Does Node Js Require Look For Modules? Node will look for your modules in special folders named node_modules . A node_modules folder can be on the same level as the current file, or higher up in the directory chain. Node will walk up the directory chain, looking through each node_modules until it finds the