Created
September 18, 2015 16:19
-
-
Save llaughlin/84fb5866b0735e63bdbc to your computer and use it in GitHub Desktop.
Maximum call stack size exceeded on `npm publish`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose node symlink /usr/local/bin/node | |
5 verbose publish [ '.' ] | |
6 silly cache add args [ '.', null ] | |
7 verbose cache add spec . | |
8 silly cache add parsed spec { raw: '.', | |
8 silly cache add scope: null, | |
8 silly cache add name: null, | |
8 silly cache add rawSpec: '.', | |
8 silly cache add spec: '/Users/logan.laughlin/Repo/GitHub/serenity', | |
8 silly cache add type: 'directory' } | |
9 verbose addLocalDirectory /Users/logan.laughlin/.npm/hudl-serenity/0.3.4/package.tgz not in flight; packing | |
10 info lifecycle [email protected]~prepublish: [email protected] | |
11 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing | |
12 verbose tar pack [ '/Users/logan.laughlin/.npm/hudl-serenity/0.3.4/package.tgz', | |
12 verbose tar pack '/Users/logan.laughlin/Repo/GitHub/serenity' ] | |
13 verbose tarball /Users/logan.laughlin/.npm/hudl-serenity/0.3.4/package.tgz | |
14 verbose folder /Users/logan.laughlin/Repo/GitHub/serenity | |
15 verbose stack RangeError: Maximum call stack size exceeded | |
15 verbose stack at Buffer.write (buffer.js) | |
15 verbose stack at new Buffer (buffer.js:107:20) | |
15 verbose stack at encodeField (/usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:160:11) | |
15 verbose stack at /usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:139:32 | |
15 verbose stack at Array.forEach (native) | |
15 verbose stack at encodeFields (/usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:98:23) | |
15 verbose stack at /usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:137:32 | |
15 verbose stack at Array.forEach (native) | |
15 verbose stack at encodeFields (/usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:98:23) | |
15 verbose stack at /usr/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js:137:32 | |
16 verbose cwd /Users/logan.laughlin/Repo/GitHub/serenity | |
17 error Darwin 14.5.0 | |
18 error argv "node" "/usr/local/bin/npm" "publish" | |
19 error node v0.12.7 | |
20 error npm v3.3.4 | |
21 error Maximum call stack size exceeded | |
22 error If you need help, you may report this error at: | |
22 error <https://github.com/npm/npm/issues> | |
23 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment