schettgen
schettgen
I created new docker with `docker run --name deno_wget -d denoland/deno:alpine tail -f /dev/null` and executed command above It's also not working see output below ``` / # wget https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.xz...
Any updates here?

I need exactly the same which is mentioned above. In my example I need to get the first of the current month. I would substract that with the current counter...
In the end I just need a reference to the original lat lon object from the request e.g. /trace_route ``` { "shape": [ { "lat": 50.164416381682194, "lon": 7.197217592199645 }, {...
@kevinkreiser so in case in can support you somehow or if you still have questions just let me know :)
Just for documentation purposes here my version ``` npm -v 10.7.0 ``` ``` node -v v20.14.0 ``` > To trigger the issue, the target machine must have node_modules folder present....
Found a (dirty) workaround for now ``` npm ci --ignore-scripts npm explore esbuild -- npm run postinstall ```