raj-bhagya
raj-bhagya
$ abao --version ``` path.js:39 throw new ERR_INVALID_ARG_TYPE('path', 'string', path); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object at assertPath (path.js:39:11) at Object.basename (path.js:1299:5)...
I got that fixed, there was a problem with my local setup. I was changing basename in one user's library not globally, changed it globally and working fine now. Sorry...
@plroebuck Tests are running now with 0.6.0 version with above fix, thanks. Just curious to know when is the Abao 0.6.0 expected to move to stable release?