Daniel Wasserlauf

Results 6 comments of Daniel Wasserlauf

I am not sure if this would change anything or help but couldn't you instead run `!npm install shp2json -g` and then access it like you would normally so `!shp2json...

I've experienced the same issue.

What is your `.zshrc` file look like? Its typically in the following path: `~/.zshrc` If it doesn't have `source ./path/to/z/z.sh` in it then the command will not be loaded into...

Ah I didn't see that you installed it via homebrew. I've always installed it by cloning it and then specifying it in my `.zshrc` file. Try that it might help.

@anodynos and others, this may or may not be helpful for a stop gap but it was a workaround I have done with a custom validator: ```ts import { ValidationArguments,...

Just wanted to post my workaround in case others find it useful. I use InfluxDB as a backend DB which is wrapped by an API. If you're looking to just...