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

NPM and bower conflict

Open axelhzf opened this issue 10 years ago • 1 comments

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 have the dependencies in different folders, for example

.modules
   npm
   bower

I think it's related with #8

axelhzf avatar Jan 03 '15 19:01 axelhzf

Might be worth looking at this fork. Bower modules are packed into into .bower.tgz

ashiguruma avatar May 06 '16 10:05 ashiguruma