Andrew Galvan
Results
1
comments of
Andrew Galvan
```bash #!/usr/bin/env bash fnm exec --using=default npx "$@" ``` If you're using [fnm](https://github.com/Schniz/fnm) the above script worked well for my setup. Just add to "/usr/local/bin" and make sure you `chmod...