-
Notifications
You must be signed in to change notification settings - Fork 117
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
cant install #44
Comments
I'm having the same issue. |
This error is saying that it can't install the From a quick search through their issues, it looks like you may need to manually install Please follow-up with the Thanks! |
@transitive-bullshit You were correct about changing the Node.js version fixing that issue, thank you! @Cozy19 If you're still having a problem installing ffmpeg-concat on Ubuntu 18.04 as root, it's probably because the version of Node.js in the default repos is out of date. You can update it and it should work, try this: ` Clean out the old Node stuffapt remove --purge nodejs npm Install the Node PPAcurl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh Install Node & NPM (one command)apt install -y nodejs Install ffmpeg-concatnpm install --unsafe-perm -g ffmpeg-concat |
Hello i cannot install ffmpeg-concat on Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-51-generic x86_64)
full cli output:
The text was updated successfully, but these errors were encountered: