creationix / js-git

A JavaScript implementation of Git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: object is not a function

potomak opened this issue · comments

I was trying to run read.js example, but it failed with error:

var repo = jsGit(fsDb(fs("test.git")));
           ^

Want to back this issue? Place a bounty on it! We accept bounties via Bountysource.

What was the error?

Also the code is being refactored at the moment. Sorry for the temporary unstability.

@creationix no worries!
I'm using js-git to make a project for the nodeKO.
Running your examples a couple of days ago (using 0.5.4) everything was fine, trying again the same script this morning everything was broken... (╯°□°)╯︵ ┻━┻
I just reverted to 0.5.4 right now.