eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.39k stars 4.38k forks source link

Could not find a declaration file for module 'stream' #801

Closed passee closed 8 months ago

passee commented 8 months ago

When trying to install filesaver either with npm i file-saver --save or with npm i @types/file-saver --save (or --save-dev) I am getting the error:

Could not find a declaration file for module 'stream'. '.../node_modules/stream/index.js' implicitly has an 'any' type.

I am using Angular CLI v16

passee commented 8 months ago

wrong package my bad