angular/ngcc-validation

devextreme-angular

mgechev opened this issue · 2 comments

ERROR in ./node_modules/jszip/lib/readable-stream-browser.js
Module not found: Error: Can't resolve 'stream' in '/Users/mgechev/Projects/ngcc-validation/devextreme-angular-ngcc/node_modules/jszip/lib'

I think this would be fixed by ignoring the node.js built-ins perhaps?

@petebacondarwin We should already be doing that since angular/angular#31872. The problem is that renovate has been choking on this repo since it was switched to locked Angular builds, so we haven't incorporated Angular updates for 10 days. With #153 merged we should hopefully be back on track.