Michiel Haisma

Results 4 comments of Michiel Haisma

Maybe you need to specify some more config parameters: try adding version, distBaseUrl. ``` node { version = '8.9.4' distBaseUrl = 'https://nodejs.org/dist' download = true } ```

As far as I can tell, this was fixed with https://github.com/buger/jsonparser/pull/192 ; and released in https://github.com/buger/jsonparser/releases/tag/v1.0.0 .

Is more information still needed on this issue? I'm experiencing this issue consistently with `0.4.3` and also `0.4.4-SNAPSHOT` on Linux x64, HotSpot 8u181. (Is this possibly fixed in `0.5.0-SNAPSHOT`? Is...

@fredoboulo Thanks for getting back on this. I've not worked on that code in a while, so I haven't been affected by this in a while. I'll make sure to...