Jesse

Results 5 comments of Jesse

Just tried in 0.62.0, and got the same error.

Problem resolved: I had a custom repo in ipfs.create() ipfs.create({repo: __dirname+"data"}) No longer an issue, but I'd love the ability to have a custom repo, as my app will be...

It came back a couple days later. I'm writing a registration server for my project because of this.

@bleedweedsuz, assuming I'm a total JS noob and I have jQuery in my app, why is: ``` $("#area").click(function(e){ Next(); }); ``` or ``` $(document).click(function(e){ Next(); }); ``` Not working? Sorry...