I am encountering an issue in my angular 7 application while using jszip v3.2.1
. During the project build process (e.g., running npm start
), I receive the following error message:
ERROR in ./node_modules/jszip/lib/readable-stream-browser.js
Module not found: Error: Can't resolve 'stream' in 'C:\dev\jszip-test\node_modules\jszip\lib'
Is there a way to troubleshoot and resolve this problem effectively?