(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
it finally gets this:
node.js:0
// Copyright Joyent, Inc. and other Node contributors.
^
RangeError: Maximum call stack size exceeded
npm ERR! Test failed. See above for more details.
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0
I'm using node v0.10.23. What is the latest version of node that this sdk works with?
After scrolling pages & pages of:
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
it finally gets this:
node.js:0 // Copyright Joyent, Inc. and other Node contributors. ^ RangeError: Maximum call stack size exceeded npm ERR! Test failed. See above for more details. npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0
I'm using node v0.10.23. What is the latest version of node that this sdk works with?
Thanks, Bruce