You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed the package (v 2.1.2) and when trying to use it, it gives me the following error:
./node_modules/video-thumbnail-generator/node_modules/fluent-ffmpeg/index.js
Module not found: Can't resolve './lib-cov/fluent-ffmpeg' in 'C:\Electron\vid-gallery\node_modules\video-thumbnail-generator\node_modules\fluent-ffmpeg
```'
I tried installing `fluent-ffmpeg` in my project's `node_modules` directory as well, but to no avail.
The text was updated successfully, but these errors were encountered:
Solution for above is to install ffmpeg on system
This will solve this issue sudo apt-get install ffmpeg
Same can be checked by writing ffmpeg on server it will show version installed
Just installed the package (v 2.1.2) and when trying to use it, it gives me the following error:
The text was updated successfully, but these errors were encountered: