I have installed the saver file using
npm install @ types/file-saver --save-dev
Why can't I find the module?
and show this in my project: Module not found: Error: Can't resolve 'file-saver' in 'D:\myAngular\src\app\admin\product'
You have only installed @types/file-saver which is just the type definitions for the actual file-saver package and need to install the latter independently.
npm i file-saver
See this link for a simple example if you're still getting errors.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With