Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created October 2, 2015 15:17
Show Gist options
  • Save nmccready/e284bef19ee57aca3d49 to your computer and use it in GitHub Desktop.
Save nmccready/e284bef19ee57aca3d49 to your computer and use it in GitHub Desktop.
karma error 0.13.10
[11:15:36] Finished 'browserify' after 26 s
RangeError: Maximum call stack size exceeded
at String.match (native)
at RegExp.<anonymous> (/Users/nem/code/github/rmaps/map/node_modules/karma/node_modules/core-js/modules/$.fix-re-wks.js:18:43)
at String.match (/Users/nem/code/github/rmaps/map/node_modules/karma/node_modules/core-js/modules/es6.regexp.match.js:8:34)
at Object.exports.fromSource (/Users/nem/code/github/rmaps/map/node_modules/gulp-sourcemaps/node_modules/convert-source-map/index.js:118:19)
at DestroyableTransform.sourceMapInit [as _transform] (/Users/nem/code/github/rmaps/map/node_modules/gulp-sourcemaps/index.js:35:27)
at DestroyableTransform.Transform._read (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at DestroyableTransform.Transform._write (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:172:12)
at doWrite (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:237:10)
at writeOrBuffer (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:227:5)
at DestroyableTransform.Writable.write (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:194:11)
at write (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24)
at flow (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7)
at DestroyableTransform.pipeOnReadable (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:664:5)
at emitNone (events.js:67:13)
at DestroyableTransform.emit (events.js:166:7)
at emitReadable_ (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:448:10)
at emitReadable (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:444:5)
at readableAddChunk (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:187:9)
at DestroyableTransform.Readable.push (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:149:10)
at DestroyableTransform.Transform.push (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:145:32)
at push (/Users/nem/code/github/rmaps/map/node_modules/vinyl-buffer/index.js:26:12)
at BufferList._callback (/Users/nem/code/github/rmaps/map/node_modules/vinyl-buffer/index.js:21:7)
at BufferList.end (/Users/nem/code/github/rmaps/map/node_modules/vinyl-buffer/node_modules/bl/bl.js:78:10)
at DestroyableTransform.onend (/Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:523:10)
at DestroyableTransform.g (events.js:260:16)
at emitNone (events.js:72:20)
at DestroyableTransform.emit (events.js:166:7)
at /Users/nem/code/github/rmaps/map/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:965:16
at doNTCallback0 (node.js:407:9)
at process._tickDomainCallback (node.js:377:13)
@nifgraup
Copy link

nifgraup commented Jan 4, 2016

Did you find the cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment