Running penguin-spa under Node 0.10 gives the following error:
Using web service localhost:8081
path.js:360
throw new TypeError('Arguments to path.join must be strings');
^
TypeError: Arguments to path.join must be strings
at path.js:360:15
at Array.filter (native)
at Object.exports.join (path.js:358:36)
at Object.exports.create (/home/simon/projects/workspace/penguin-spa/app.js:11:29)
at Object.<anonymous> (/home/simon/projects/workspace/penguin-spa/server.js:17:6)
at Module._compile (module.js:456:26)
Running penguin-spa under Node 0.10 gives the following error: