nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

3.0-rc1 missing dep #347

Closed mafintosh closed 6 years ago

mafintosh commented 6 years ago

Get this error when requiring the latest rc

> require('readable-stream')
Error: Cannot find module 'babel-runtime/core-js/symbol'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at _load_symbol (/tmp/tmpdir/CoaDof/node_modules/readable-stream/lib/_stream_readable.js:29:43)
phated commented 6 years ago

I've also commented at https://github.com/nodejs/readable-stream/pull/344#issuecomment-403580815

mcollina commented 6 years ago

@phated @mafintosh this should be fixed in 3.0.0-rc.2.