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
I am using hapi instead of express and I am getting the following error when compiling:
node_modules/webpack-hot-server-middleware/index.d.ts:1:32 - error TS2307: Cannot find module 'express'. 1 import { RequestHandler } from 'express';
The text was updated successfully, but these errors were encountered:
The types explicitly import 'express' so you may have to require the module rather than import for now.
I've never used this middleware with hapi, how does it work, do you pass a custom requestHandler?
Sorry, something went wrong.
No branches or pull requests
I am using hapi instead of express and I am getting the following error when compiling:
The text was updated successfully, but these errors were encountered: