Skip to content

Instantly share code, notes, and snippets.

@wanderingstan
Last active April 26, 2019 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanderingstan/4a799c234fc9e568b9efeded9bc838c5 to your computer and use it in GitHub Desktop.
Save wanderingstan/4a799c234fc9e568b9efeded9bc838c5 to your computer and use it in GitHub Desktop.
[stan]~/Origin$ git clone git@github.com:OriginProtocol/origin.git origin-new
Cloning into 'origin-new'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 60678 (delta 1), reused 2 (delta 0), pack-reused 60657
Receiving objects: 100% (60678/60678), 109.22 MiB | 648.00 KiB/s, done.
Resolving deltas: 100% (42884/42884), done.
[stan]~/Origin$ cd origin-new/
[stan]~/Origin/origin-new$ npm --version
6.4.1
[stan]~/Origin/origin-new$ node --version
v10.13.0
[stan]~/Origin/origin-new$ npm install
> husky@1.3.1 install /Users/stan/Origin/origin-new/node_modules/husky
> node husky install
husky > setting up git hooks
husky > done
> root@ postinstall /Users/stan/Origin/origin-new
> npm run bootstrap && node scripts/symlink-packages.js
> root@ bootstrap /Users/stan/Origin/origin-new
> lerna bootstrap --no-ci --progress --hoist "**"
lerna notice cli v3.13.1
lerna info versioning independent
lerna info Bootstrapping 29 packages
lerna WARN EHOIST_PKG_VERSION "@origin/messaging" package depends on ipfs@^0.33.1, which differs from the hoisted ipfs@^0.34.4.
lerna WARN EHOIST_PKG_VERSION "@origin/admin" package depends on react-router-dom@^5.0.0, which differs from the hoisted react-router-dom@^4.3.1.
lerna WARN EHOIST_PKG_VERSION "@origin/marketplace" package depends on react-router-dom@^5.0.0, which differs from the hoisted react-router-dom@^4.3.1.
lerna WARN EHOIST_PKG_VERSION "@origin/event-cache" package depends on sequelize@^5.3.0, which differs from the hoisted sequelize@^5.0.0-beta.14.
lerna WARN EHOIST_PKG_VERSION "@origin/contracts" package depends on web3-provider-engine@^15.0.0, which differs from the hoisted web3-provider-engine@^14.1.0.
lerna WARN EHOIST_PKG_VERSION "@origin/mobile-bridge" package depends on web3-provider-engine@^15.0.0, which differs from the hoisted web3-provider-engine@^14.1.0.
lerna info Installing external dependencies
lerna info hoist Installing hoisted dependencies into root
lerna info hoist Pruning hoisted dependencies
lerna info hoist Finished pruning hoisted dependencies
lerna ERR! npm install --global-style exited 1 in '@origin/messaging'
lerna ERR! npm install --global-style stderr:
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
WARN tar ENOENT: no such file or directory, open '/Users/stan/Origin/origin-new/infra/messaging/node_modules/.staging/datastore-fs-fa2d45e4/flow-typed/npm/write-file-atomic_vx.x.x.js'
WARN tar ENOENT: no such file or directory, open '/Users/stan/Origin/origin-new/infra/messaging/node_modules/.staging/socket.io-client-d7bc331d/dist/socket.io.slim.dev.js'
npm ERR! cancel after 1 retries!
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
WARN tar ENOENT: no such file or directory, open '/Users/stan/Origin/origin-new/infra/messaging/node_modules/.staging/ipfs-unixfs-engine-f66c69f3/dist/index.min.js'
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
events.js:167
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:243:12)
at PassThrough.Writable.write (_stream_writable.js:291:5)
at PassThrough.Writable.end (_stream_writable.js:579:10)
at ReadEntry.entry.on (/Users/stan/node_modules/npm/node_modules/pacote/lib/extract-stream.js:19:41)
at ReadEntry.emit (events.js:187:15)
at ReadEntry.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at ReadEntry.[maybeEmitEnd] (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:249:12)
at ReadEntry.end (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:162:27)
at Unpack.[consumeBody] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:210:13)
at Unpack.[consumeChunkSub] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:391:40)
at Unpack.[consumeChunk] (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:362:30)
at Unzip.(anonymous function).on.chunk (/Users/stan/node_modules/npm/node_modules/tar/lib/parse.js:291:59)
at Unzip.emit (events.js:182:13)
at Unzip.emit (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:296:25)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minipass/index.js:99:17)
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
Emitted 'error' event at:
at writeAfterEnd (_stream_writable.js:245:10)
at PassThrough.Writable.write (_stream_writable.js:291:5)
[... lines matching original stack trace ...]
at Unzip.write (/Users/stan/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js:284:29)
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T23_49_54_853Z-debug.log
lerna ERR! npm install --global-style exited 1 in '@origin/messaging'
lerna WARN complete Waiting for 3 child processes to exit. CTRL-C to exit immediately.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! root@ bootstrap: `lerna bootstrap --no-ci --progress --hoist "**"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the root@ bootstrap script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T23_50_08_994Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! root@ postinstall: `npm run bootstrap && node scripts/symlink-packages.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the root@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/stan/.npm/_logs/2019-04-26T23_50_09_092Z-debug.log
[stan]~/Origin/origin-new$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment