schettgen

Results 8 comments of 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...

![image](https://github.com/mikeedwards/po2json/assets/76427220/34daf3a0-8df3-4142-8674-29ea5396d8a7)

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 ```