jlguenego / node-expose-sspi

Expose Microsoft Windows SSPI to Node for SSO authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for support of Node.Js >= 12.14.1 instead of >= 12.16.1

ptijsma opened this issue · comments

Hi,

I'm trying to use your node-expose-sspi from my VSCode Extension, but it fails import because of the required Node.Js version.
VSCode bundles its own node version (12.14.1) and that one is too old for node-expose-sspi

When running directly from the commandline with node it works perfectly, so it would be really nice to be able to use it from my VS Code Extension.

I tried forking the repo and building it myself, but failed big time :-(

Thanks

Hi,
How do you mean 'Please raise an issue'? I thought i raised this here as an issue?
image

Thanks