Node Module - (Built-in|Core) Module

About

The core modules are defined within Node.js's source and are located in the lib/ folder.





Discover More
CommonJs (NodeJs) - Require

The import functionality implementation of commonjs (and then node) is done via the require function require basically: reads a Javascript file (generally a CommonJs module but it may be any javascript...
Node - Module (ie NPM Module)

The module notion in Node. A module in Node is the source script (not the bundled library/package). The module loader of Node use the commonJs format. Therefore a commonJS Module will run in Node. A...
Node Module - Node_modules directory

If the module identifier passed to require(): is not a core module does not begin with '/', '../', or './', then Node.js starts at the parent directory of the current module, and adds /node_modules,...



Share this page:
Follow us:
Task Runner