Skip to content

Instantly share code, notes, and snippets.

@joliss
Created May 8, 2013 22:14
Show Gist options
  • Save joliss/5544090 to your computer and use it in GitHub Desktop.
Save joliss/5544090 to your computer and use it in GitHub Desktop.
$ browserify <(echo "console.log('beep boop')") --deps | browser-pack | node
_stream_readable.js:704
throw new Error('Cannot switch to old mode now.');
^
Error: Cannot switch to old mode now.
at emitDataEvents (_stream_readable.js:704:11)
at Socket.Readable.resume (_stream_readable.js:689:3)
at Object.<anonymous> (/home/ubuntu/.npm-prefix/lib/node_modules/browser-pack/cmd.js:6:15)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:884:11)
at Object.afterWrite (net.js:701:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment