Phil Nash

Results 185 comments of Phil Nash

Seems like maybe an issue with npm installation? Have you tried removing your `node_modules` folder and installing again?

Hey @avikalpg, did you try removing your `node_modules` folder and installing again? Just hoping to either find out some more information or close this issue out. Thanks!

Thanks @avikalpg, let me know how it goes.

Hi Hugh! 👋 I have come across this myself, in my [ngrok extension for VS Code](https://github.com/philnash/ngrok-for-vscode). It has the same situation, it's written in TS and bundled to a single...

Did you get any further with this @hughrawlinson?

I'm going to close this as the correct response is indeed to set the `binPath`.

Thanks for raising this @Logikgate. That is bizarre that the previous version worked and this one didn't though. The internal API call being made is the same, even if the...

Apologies, I've not had the time to reproduce this yet and I won't for the next couple of weeks. I suspect one of the options you are passing is causing...

Hey @BvdLind, I don't think this is the issue. Got only requires Node `15.10.0` for HTTP/2 support and Got version 11 [supports Node `>=10.19.0`](https://github.com/sindresorhus/got/blob/v11.8.2/package.json#L10).

It's interesting that different versions of Node work or don't work for you with this. That's something I can add into trying to find out what is going on here....