I see the following error for Node.js 8.6.0: ``` jsonparse.js:94 this.string += this.stringBuffer.toString('utf8'); ^ RangeError: Invalid string length at Parser.proto.appendStringChar (jsonparse.js:94:38) at Parser.proto.write (jsonparse.js:197:34) ``` This does not happen with later versions of Node.js it seems but because of constrains I have to use this particular version. Is there a workaround for this issue that I could use?