We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the event that @node-oauth/node-oauth2-server does not match @types/oauth2-server
The text was updated successfully, but these errors were encountered:
Realized this is potentially resolved by #6
Workaround: I have manually included the types file (shh) and had to ignore the http include at the top to avoid this error:
error TS2307: Cannot find module 'http' or its corresponding type declarations.
Sorry, something went wrong.
Are you on the development branch? Because we are now using the http module, and as such, you will need to run
npm install @types/node --save
#6 resolved this issue
No branches or pull requests
In the event that @node-oauth/node-oauth2-server does not match @types/oauth2-server
The text was updated successfully, but these errors were encountered: