<div dir="ltr">Hello list,<div><br></div><div>I realize this list will reach many more people than could probably answer, but the -active list seems to be dead from what I hear, so I thought I'd try here. In looking into bodega as a successor to opendesktop and ocs I've tried to setup a local bodega instance on my machine. The documentation is pretty thorough and I've followed the steps to get postgresql set up and have the node.js dependencies, however when trying to run the server I'm getting an error inside the node redis module as seen below. Is redis something that is no longer maintained or something? npm install works without any error but says a warning about Swipe which I expect since I haven't set up those parts of the config.json file. npm update gives many more warnings about dependencies, but no errors that I see. Has anyone else gotten the bodega server to run? Any help is appreciated.</div><div><br></div><div>thanks,</div><div>Jeremy</div><div><br></div><div>I slightly modified the node_modules/connect-redis/lib/connect-redis.js to see what session and session.Store are, but here's the output:</div><div><br></div><div>



<div>
<span style="font-family:monospace"><span style="color:rgb(0,0,0)">[jeremy@chrom server]$ ./main.sh  </span><br>
<br>/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:121
<br>  RedisStore.prototype.__proto__ = Store.prototype;
<br>                                        ^
<br>TypeError: Cannot read property 'prototype' of undefined
<br>    at module.exports (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:121:41)
<br>    at Object.<anonymous> (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/app.js:19:42)
<br>    at Module._compile (module.js:456:26)
<br>    at Object.Module._extensions..js (module.js:474:10)
<br>    at Module.load (module.js:356:32)
<br>    at Function.Module._load (module.js:312:12)
<br>    at Function.Module.runMain (module.js:497:10)
<br>    at startup (node.js:119:16)
<br>    at node.js:906:3
<br>[jeremy@chrom server]$ vi node_modules/connect-redis/lib/connect-redis.js  <br>[jeremy@chrom server]$ git status
<br>On branch master
<br>Your branch is up-to-date with 'origin/master'.
<br>nothing to commit, working directory clean
<br>[jeremy@chrom server]$ ./main.sh  <br>
<br>/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:37
<br>  console.log("Store is " + store);
<br>                            ^
<br>ReferenceError: store is not defined
<br>    at module.exports (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:37:29)
<br>    at Object.<anonymous> (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/app.js:19:42)
<br>    at Module._compile (module.js:456:26)
<br>    at Object.Module._extensions..js (module.js:474:10)
<br>    at Module.load (module.js:356:32)
<br>    at Function.Module._load (module.js:312:12)
<br>    at Function.Module.runMain (module.js:497:10)
<br>    at startup (node.js:119:16)
<br>    at node.js:906:3                                                                                                                                                                          <br>[jeremy@chrom server]$ vi node_modules/connect-redis/lib/connect-redis.js                                                                                                                     <br>[jeremy@chrom server]$ ./main.sh  <br>Store is undefined                                                                                                                                                                            <br>                                                                                                                                                                                              <br>/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:122                                                                         <br>  RedisStore.prototype.__proto__ = Store.prototype;                                                                                                                                           <br>                                        ^                                                                                                                                                     <br>TypeError: Cannot read property 'prototype' of undefined
<br>    at module.exports (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:122:41)
<br>    at Object.<anonymous> (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/app.js:19:42)
<br>    at Module._compile (module.js:456:26)
<br>    at Object.Module._extensions..js (module.js:474:10)
<br>    at Module.load (module.js:356:32)
<br>    at Function.Module._load (module.js:312:12)
<br>    at Function.Module.runMain (module.js:497:10)
<br>    at startup (node.js:119:16)
<br>    at node.js:906:3
<br>[jeremy@chrom server]$ vi node_modules/connect-redis/lib/connect-redis.js  <br>[jeremy@chrom server]$ ./main.sh  <br>session is function createApplication() {
<br>  var app = function(req, res, next) {
<br>    app.handle(req, res, next);
<br>  };
<br>
<br>  mixin(app, proto);
<br>  mixin(app, EventEmitter.prototype);
<br>
<br>  app.request = { __proto__: req, app: app };
<br>  app.response = { __proto__: res, app: app };
<br>  app.init();
<br>  return app;
<br>}
<br>Store is undefined
<br>
<br>/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:123
<br>  RedisStore.prototype.__proto__ = Store.prototype;
<br>                                        ^
<br>TypeError: Cannot read property 'prototype' of undefined
<br>    at module.exports (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/connect-redis/lib/connect-redis.js:123:41)
<br>    at Object.<anonymous> (/home/jeremy/devel/kde/src/extragear/network/bodega-server/server/app.js:19:42)
<br>    at Module._compile (module.js:456:26)
<br>    at Object.Module._extensions..js (module.js:474:10)
<br>    at Module.load (module.js:356:32)
<br>    at Function.Module._load (module.js:312:12)
<br>    at Function.Module.runMain (module.js:497:10)
<br>    at startup (node.js:119:16)
<br>    at node.js:906:3
<br>[jeremy@chrom server]$ vi ../.gitignore  <br>[jeremy@chrom server]$ npm install
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">package.json</span><span style="color:rgb(0,0,0)"> querystring@0.2.0 querystring is also the name of a node core module.
</span><br>stripe@3.0.0 node_modules/stripe
<br>├── when@3.1.0
<br>└── lodash@2.4.1
<br>[jeremy@chrom server]$ npm update
<br>bindings@1.0.0 node_modules/bcrypt/node_modules/bindings
<br>assert-plus@0.1.2 node_modules/request/node_modules/http-signature/node_modules/assert-plus
<br>caseless@0.7.0 node_modules/request/node_modules/caseless
<br>character-parser@1.2.0 node_modules/jade/node_modules/character-parser
<br>commander@2.1.0 node_modules/jade/node_modules/commander
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/jade requires commander@'0.6.1' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/commander,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 2.3.0
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/jade requires mkdirp@'0.3.0' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/mkdirp,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.5.0
</span><br>commander@2.3.0 node_modules/mocha/node_modules/commander
<br>date-now@0.1.4 node_modules/jshint/node_modules/console-browserify/node_modules/date-now
<br>colors@0.6.2 node_modules/prompt/node_modules/winston/node_modules/colors
<br>path-to-regexp@0.1.3 node_modules/express/node_modules/path-to-regexp
<br>debug@0.7.0 node_modules/gm/node_modules/debug
<br>smtp-connection@0.1.7 node_modules/nodemailer/node_modules/nodemailer-direct-transport/node_modules/smtp-connection
<br>minimist@0.0.8 node_modules/mocha/node_modules/mkdirp/node_modules/minimist
<br>minimist@0.0.8 node_modules/jade/node_modules/mkdirp/node_modules/minimist
<br>minimist@0.0.8 node_modules/istanbul/node_modules/mkdirp/node_modules/minimist
<br>ipaddr.js@0.1.3 node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js
<br>minimist@0.0.8 node_modules/prompt/node_modules/utile/node_modules/mkdirp/node_modules/minimist
<br>minimist@0.0.10 node_modules/optimist/node_modules/minimist
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jshint/node_modules/cli/node_modules/glob requires minimatch@'0.3' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jshint/node_modules/minimatch,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 1.0.0
</span><br>underscore@1.6.0 node_modules/jshint/node_modules/underscore
<br>async@0.2.10 node_modules/prompt/node_modules/winston/node_modules/async
<br>asn1@0.1.11 node_modules/request/node_modules/http-signature/node_modules/asn1
<br>ncp@0.4.2 node_modules/prompt/node_modules/utile/node_modules/ncp
<br>async@0.2.10 node_modules/prompt/node_modules/utile/node_modules/async
<br>entities@1.0.0 node_modules/jshint/node_modules/htmlparser2/node_modules/entities
<br>revalidator@0.1.8 node_modules/prompt/node_modules/revalidator
<br>crc@3.0.0 node_modules/connect-redis/node_modules/express-session/node_modules/crc
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/jade requires commander@'0.6.1' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/commander,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 2.3.0
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/jade requires mkdirp@'0.3.0' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/mocha/node_modules/mkdirp,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.5.0
</span><br>debug@2.0.0 node_modules/mocha/node_modules/debug
<br>└── ms@0.6.2
<br>qs@2.3.2 node_modules/express/node_modules/qs
<br>debug@1.0.4 node_modules/knox/node_modules/debug
<br>└── ms@0.6.2
<br>debug@1.0.4 node_modules/connect-redis/node_modules/debug
<br>└── ms@0.6.2
<br>mime-types@1.0.2 node_modules/request/node_modules/mime-types
<br>nan@1.3.0 node_modules/bcrypt/node_modules/nan
<br>underscore@1.4.4 node_modules/istanbul/node_modules/js-yaml/node_modules/argparse/node_modules/underscore
<br>minimatch@0.4.0 node_modules/istanbul/node_modules/fileset/node_modules/minimatch
<br>├── sigmund@1.0.0
<br>└── lru-cache@2.5.0
<br>readable-stream@1.1.13 node_modules/jshint/node_modules/htmlparser2/node_modules/readable-stream
<br>├── isarray@0.0.1
<br>├── inherits@2.0.1
<br>├── string_decoder@0.10.31
<br>└── core-util-is@1.0.1
<br>consolidate@0.10.0 node_modules/email-template/node_modules/consolidate
<br>  <br>> async@0.1.18 preinstall /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/email-template/node_modules/async
<br>> make clean
<br>
<br>hyperquest@0.3.0 node_modules/nodemailer/node_modules/buildmail/node_modules/hyperquest
<br>├── duplexer@0.1.1
<br>└── through@2.2.7
<br>hyperquest@0.3.0 node_modules/nodemailer/node_modules/hyperquest
<br>├── duplexer@0.1.1
<br>└── through@2.2.7
<br>resolve@0.7.4 node_modules/istanbul/node_modules/resolve
<br>etag@1.5.1 node_modules/express/node_modules/send/node_modules/etag
<br>└── crc@3.2.1
<br>etag@1.5.1 node_modules/express/node_modules/etag
<br>└── crc@3.2.1
<br>rm -rf dist
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/istanbul/node_modules/escodegen requires esprima@'~1.1.1' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/istanbul/node_modules/esprima,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 1.2.2
</span><br>underscore@1.3.3 node_modules/email-template/node_modules/underscore
<br>ctype@0.5.2 node_modules/request/node_modules/http-signature/node_modules/ctype
<br>glob@3.2.11 node_modules/istanbul/node_modules/fileset/node_modules/glob
<br>├── inherits@2.0.1
<br>└── minimatch@0.3.0 (sigmund@1.0.0, lru-cache@2.5.0)
<br>glob@3.2.11 node_modules/jshint/node_modules/cli/node_modules/glob
<br>├── inherits@2.0.1
<br>└── minimatch@0.3.0 (sigmund@1.0.0, lru-cache@2.5.0)
<br>optimist@0.3.7 node_modules/handlebars/node_modules/optimist
<br>└── wordwrap@0.0.2
<br>jade@0.26.3 node_modules/mocha/node_modules/jade
<br>├── commander@0.6.1
<br>└── mkdirp@0.3.0
<br>iconv-lite@0.4.5 node_modules/nodemailer/node_modules/libmime/node_modules/iconv-lite
<br>glob@3.2.3 node_modules/mocha/node_modules/glob
<br>├── inherits@2.0.1
<br>├── graceful-fs@2.0.3
<br>└── minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0)
<br>underscore.string@2.3.3 node_modules/istanbul/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string
<br>esprima@1.0.4 node_modules/istanbul/node_modules/js-yaml/node_modules/esprima
<br>hawk@1.1.1 node_modules/request/node_modules/hawk
<br>├── cryptiles@0.2.2
<br>├── sntp@0.2.4
<br>├── boom@0.4.2
<br>└── hoek@0.9.1
<br>readdirp@0.2.5 node_modules/jade/node_modules/monocle/node_modules/readdirp
<br>└── minimatch@1.0.0 (sigmund@1.0.0, lru-cache@2.5.0)
<br>  <br>> async@0.1.18 install /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/email-template/node_modules/async
<br>> make build
<br>
<br>mkdir -p dist
<br>node install.js
<br>async@0.1.18 node_modules/email-template/node_modules/async
<br>└── uglify-js@1.2.6
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jade/node_modules/constantinople/node_modules/uglify-js requires async@'~0.2.6' but </span><br>will load
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/async,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.9.0
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jade/node_modules/constantinople/node_modules/uglify-js requires optimist@'~0.3.5' b</span><br>ut will load
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/optimist,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.6.1
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jade/node_modules/with/node_modules/uglify-js requires async@'~0.2.6' but will load
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/async,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.9.0
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/jade/node_modules/with/node_modules/uglify-js requires optimist@'~0.3.5' but will lo</span><br>ad
<br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> /home/jeremy/devel/kde/src/extragear/network/bodega-server/server/node_modules/optimist,
</span><br><span style="color:rgb(178,178,178);background-color:rgb(0,0,0)">npm</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(0,0,0);background-color:rgb(178,104,24)">WARN</span><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(178,24,178)">unmet dependency</span><span style="color:rgb(0,0,0)"> which is version 0.6.1
</span><br>stripe@3.0.0 node_modules/stripe
<br>├── when@3.1.0
<br>└── lodash@2.4.1
<br>uglify-js@2.3.6 node_modules/handlebars/node_modules/uglify-js
<br>├── async@0.2.10
<br>└── source-map@0.1.40 (amdefine@0.1.0)
<br>escodegen@1.3.3 node_modules/istanbul/node_modules/escodegen
<br>├── estraverse@1.5.1
<br>├── esutils@1.0.0
<br>├── esprima@1.1.1
<br>└── source-map@0.1.40 (amdefine@0.1.0)
<br>constantinople@2.0.1 node_modules/jade/node_modules/constantinople
<br>└── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34)
<br>with@3.0.1 node_modules/jade/node_modules/with
<br>└── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, optimist@0.3.7, source-map@0.1.34)
<br>transformers@2.1.0 node_modules/jade/node_modules/transformers
<br>├── promise@2.0.0 (is-promise@1.0.1)
<br>├── css@1.0.8 (css-stringify@1.0.5, css-parse@1.0.4)
<br>└── uglify-js@2.2.5 (optimist@0.3.7, source-map@0.1.40)
<br>handlebars@1.3.0 node_modules/istanbul/node_modules/handlebars
<br>├── optimist@0.3.7 (wordwrap@0.0.2)
<br>└── uglify-js@2.3.6 (async@0.2.10, source-map@0.1.40)
<br>pg@4.0.0 node_modules/pg
<br>├── packet-reader@0.2.0
<br>├── pg-connection-string@0.1.3
<br>├── buffer-writer@1.0.0
<br>├── generic-pool@2.1.1
<br>├── pg-types@1.6.0
<br>├── nan@1.3.0
<br>├── semver@4.1.0
<br>└── pgpass@0.0.3 (split@0.3.1)<br>
<br></span></div></div></div>