bevry-archive / bal-util

Utility functions for JavaScript and Node.js used and maintained by Benjamin Lupton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Arguments to path.join must be strings

evbogue opened this issue · comments

I'm getting this error when attempting to run Docpad under the new 0.10 stable version of Node.js. Seems to be originating in bal-util.

The same error repeats about 15 times and then Docpad quits.

error: An error occured:
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 /usr/local/lib/node_modules/docpad/out/lib/plugin-loader.js:73:71
at /usr/local/lib/node_modules/docpad/node_modules/bal-util/out/lib/paths.js:62:18
at fs.js:252:14
at Object.oncomplete (fs.js:93:15)

This specific error seems to be resolved.