[!] Error: 'Readable' is not exported by node_modules/stream/index.js, imported by polyfill-node.__http-lib/response.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
polyfill-node.__http-lib/response.js (3:8)
1: import {overrideMimeType} from './capability';
2: import {inherits} from 'util';
3: import {Readable} from 'stream';
^
4:
5: var rStates = {
Error: 'Readable' is not exported by node_modules/stream/index.js, imported by polyfill-node.__http-lib/response.js
at error (/Users/project/node_modules/rollup/dist/shared/rollup.js:5309:30)
at Module.error (/Users/project/node_modules/rollup/dist/shared/rollup.js:9765:16)
at Module.traceVariable (/Users/project/node_modules/rollup/dist/shared/rollup.js:10151:29)
at ModuleScope.findVariable (/Users/project/node_modules/rollup/dist/shared/rollup.js:8905:39)
at FunctionScope.findVariable (/Users/project/node_modules/rollup/dist/shared/rollup.js:2636:38)
at ChildScope.findVariable (/Users/project/node_modules/rollup/dist/shared/rollup.js:2636:38)
at MemberExpression.bind (/Users/project/node_modules/rollup/dist/shared/rollup.js:6576:49)
at CallExpression.bind (/Users/project/node_modules/rollup/dist/shared/rollup.js:2723:23)
at CallExpression.bind (/Users/project/node_modules/rollup/dist/shared/rollup.js:6767:15)
at ExpressionStatement.bind (/Users/project/node_modules/rollup/dist/shared/rollup.js:2723:23)
One of the dependencies of my project is this one: https://github.com/juliangruber/stream. So I assume there is some sort of collusion. Is there a workaround in such case?
I am getting this error when starting my project:
These are the plugins I am using: