Boris
Boris
Looks like there's a `fork` that is more up to date 🤔 https://github.com/devdanim/dnm-node-ffmpeg-installer
There's also this: https://github.com/SavageCore/node-ffprobe-installer 🤔 unsure if it's a good alternative
This is not a _con_: >drop support for Node.js v4 and v0.10 We should be actively discouraging people from using Node versions (v6 and older) that have reached their [end...
There _are_ other reporters that may suit your needs, _and_ you can use more than one. @brandonros you could have `progress` reporter (comes with _Karma_). @tmcgee123 my reporter has a...
Unsure what's happening, but I have 2 websites based off this repository in _Zeit_ (now **Vercel**) and they both work: - https://github.com/whyboris/yboris.dev - https://github.com/whyboris/yboris.com Is the issue still happening for...
~`deploy/netlify` fails because I used `npm install` instead of `yarn`~ 😅 update: CI check fails with the same error as below:
`deply/netlify` failed because: ``` 11:42:09 AM: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.13". 11:42:09 AM: error Found incompatible module ``` I think the CI...
Unsure how I can tell your `CI` to use a different version 🤷♂ When it runs it does this: ``` Downloading and installing node v8.16.2 ``` It installs a _different_...
Perhaps `.circleci` is ignored because you're using `netlify` 🤷♂ Please advise how I can fix it (if I have permission), or please fix as you see fit 🙇 Cheers 🤝
You might be looking for a `reporter` to do this job: https://www.npmjs.com/package/karma-jasmine-diff-reporter Specifically look for their `pretty` option, which should result in something like this: 