shimaore / ccnq3

ISP VoIP (SIP) softswitch platform
https://shimaore.github.io/ccnq4/
GNU General Public License v3.0
13 stars 8 forks source link

debian build: include node_modules #52

Closed shimaore closed 6 years ago

shimaore commented 11 years ago

We can't include all node_modules at the root: other packages may need additional modules. So we need to figure out how to npm install the different package.json files (a simple find | xargs as in 9d5a875ad616cb2c904e4cadadfed50728940cc5 isn't sufficient).