Ngrok npm package error
I'm trying to run some code that uses the ngrok npm package, but I'm getting this error when I try to run it with Deno:
3 Replies
Maybe I'm dumb?
here are my arguments:
It looks like Deno is trying to run it as "ngrok.exe", but the file doesn't have an extension:
I might be wrong, but I think Node.js on windows allows you to spawn an executable file using a path that doesn’t end with .exe
maybe Deno should do the same to maintain compatibility :derp_seeing:
even though this is something a bit strange
Hmm, I tried adding the .exe extension, but now Deno gives me this new error:
now it looks like a ngrok problem? but maybe I'm wrong
also, if anyone here knows of a free alternative that’s as easy to use as ngrok, I would be happy to hear about it
hello?