Dennis Brown

Results 43 comments of Dennis Brown

I was able to corner this somewhat to reproduce it. Eventually the modules worked so well it wasn't an issue (I'm stumped). Here are the steps I took: **pre-requisite**: Make...

I was just having this issue with node-fetch today. My error existed because I was trying to load from my npm prefix path ( ~ /.npm). In that path Mancy...

The CI build check is choking on the docbuild file which cannot get past the test. I am not sure what to do to get around the errors on the...

Looks like one more issue where it is checking the local file build, and adding the default folder path. Fix on the way up.

Ok, it looks like it is now failing on the official Node.js document generator API that is part of the offline document API, otherwise it seems to be working as...

Ok, I see now. It is catching the fs.stat error which isn't an actual error. Let me quiet that down, and see if it will ignore the standard on the...

Well, the fatal errors are gone now. The only issue with the tests is where the tests see some of the verbosity of the API when testing the exercises. ~~The...

Ok, refactored, and re-released module to allow 100% passing locally.

It looks like there is a possible issue when validating files. I'm going to take the weekend to look for a way to limit the possible executions, instead of running...

Since I rebased with the latest master, it seems that the 5.x build is now erroring, but the 6.x and 7.x tests are passing. Unfortunately the 5.0 build is giving...