Thursday 19 April 2018

what is "RangeError: Maximum call stack size exceeded"

I am writing some code in nodejs, but every time I run it, I get the same error:/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:1 (function (exports, require, module, __filename, __dirname) { /* global Blob File */ ^ RangeError: Maximum call stack size exceeded at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:1:1) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) at hasBinary (/path/to/home/Downloads/Boxez/node_modules/has-binary2/index.js:56:59) This error seems like it's being thrown from the has-binary2 module. On inspection, the has-binary2 module is a dependency of socket.io (which I am using in my app). I can't figure out what is causing the error, let alone figure out how to fix it. Does anyone know why this error is being thrown, and how I would go about fixing it?

Submitted April 19, 2018 at 11:58PM by qqazxswedc

No comments:

Post a Comment