douglassllc
douglassllc
> Why is the Travis CI build erroring? @NoelDavies Good question... I will look into it.
It seems the travis-ci was failing because the package uses `yarn`, while I use `npm` which created a `package-lock.json` file that was conflicting with `yarn`. Now the reason for the...
I am having a similar issue. My project uses `@ffmpeg-installer/ffmpeg`. While using npm v6 all optional dependencies (arch specific) are installed. After my upgrade to npm v8 the optional dependencies...
@ljharb thanks for the quick reply. While using npm v6 I could run `npm install --force` and all archs for `@ffmpeg-installer/ffmpeg` would be installed. I know this was not the...
@samthom I know this is an older issue you posted, but could you share your nginx configration. I am attempting to use nginx proxy manager, which I have done with...