Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't resolve './lib-cov/fluent-ffmpeg #9

Open
paddotk opened this issue Aug 17, 2019 · 1 comment
Open

Can't resolve './lib-cov/fluent-ffmpeg #9

paddotk opened this issue Aug 17, 2019 · 1 comment

Comments

@paddotk
Copy link

paddotk commented Aug 17, 2019

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.
@anishthakursps
Copy link

anishthakursps commented Mar 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants