node-pac icon indicating copy to clipboard operation
node-pac copied to clipboard

pack your node_modules as *.tgz files for version control and easy deploys

Results 7 node-pac issues
Sort by recently updated
recently updated
newest added

This doesn't work on recent versions of Node.js. I get an error that says ``` ReferenceError: primordials is not defined ``` Also, why isn't there more hype around this product?...

We've got some private scoped modules on npm. They are installed in node_modules like so node_modules ----@orgname --------package1 --------package2 ----underscore ----other packages pac currently fails trying to find a package.json...

npm 3.0's new flatter node_modules directory means pac will no longer work as intended.

Hi! Can i have option to install only new modules, not all of it?

I have a project that use npm for node dependencies and bower dependencies. I am trying to to pac both dependencies, but they get mixed. I would be nice to...

Marionette's bower.json has dependencies for backbone, underscore, etc. Running pac -s bower fails to include these in .modules (they are pulled by bower install)

In case of our project we have multiple ".modules" directories - one for each platform. What I would need is an option (--modules) to specify modules directory which pac should...