So I've tried running this on alpine linux (musl libc based) and got this:
module.js:473
Module._extensions[extension](this, filename);
^
Error: Error relocating ./node_modules/v8-profiler/build/profiler/v5.6.5/node-v48-linux-x64/profiler.node: __sprintf_chk: symbol not found
Which indicates to me that at the very least musl is probably not supported... Is it a possibility that alpine linux could become a supported platform? It's a very popular minimalistic distribution, specially for containers (pretty much all official images from Docker have an alpine variant).
So I've tried running this on alpine linux (musl libc based) and got this:
Which indicates to me that at the very least musl is probably not supported... Is it a possibility that alpine linux could become a supported platform? It's a very popular minimalistic distribution, specially for containers (pretty much all official images from Docker have an alpine variant).