Kristoffer Lundén

Results 13 comments of Kristoffer Lundén

Have the same issue. It's possible to do something like ``` VISIBLE=info,warn,error node your-server.js ``` Found in the source of [node-clogger](https://github.com/christian-raedel/node-clogger), but yeah, doesn't look like the logger itself is...

I had this problem trying to run this in a headless container, guess it's the same for you guys; electron needs a DISPLAY to render to, so you need to...

I've only ever used browserify, so not sure about this. If you look in your node_modules directory, is the file available there?

Hey sorry, because of reasons maybe more people should maintain or take over this, started a discussion about it and will be happy to invite help: https://github.com/kribblo/node-ffmpeg-installer/discussions/52

> @kribblo Thoughts? Not so many; I have only had a glance at that project, but if it does the same job equally good or better... in principle, I do...

I took a much more simplistic approach, using the built in os and architecture features of node + sub-project dependencies, then I've been downloading binaries from sources listed on the...

Also, not totally convinced a cross-compile pipeline is worth the effort to maintain, I guess there's a reason that doesn't already exist out there. Not that I'd stop anyone, but...

Matter of taste, I guess. - I have a paid account, maybe that's why repo size was no problem, didn't know it could be an issue. - It's not one...

Not sure if there is an easy solution, the whole point of the project is to install a binary for the current platform, so if you are building images on...

Sad to say, I have absolutely no idea if it can be detected, doesn't seem line it from the docs, if it's linux and arm, how can you tell the...