Node.js: Packaging modules for offline deployment using npm-bundle
In a production environment, it is common to have restricted internet access on the production deployment hosts. This means that using the standard ‘npm install’ and pulling modules from the registry.npmjs.org repository is not an option. Given the breadth of the dependency graph required for most modules, this packaging is something you want automated without … Node.js: Packaging modules for offline deployment using npm-bundle