You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start my express server, I got the following error:
ERROR in .../node_modules/express-openapi-validator/dist/framework/openapi.spec.loader.js
Module not found: Error: Can't resolve 'deasync' in '.../node_modules/express-openapi-validator/dist/framework'
My version of express-openapi-validator is 4.0.2.
--
If I install the 'deasync' package locally, I don't get this error and everything work correctly.
I guess that 'deasync' must be a dependency of the package instead of a devDependency.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I start my express server, I got the following error:
My version of express-openapi-validator is 4.0.2.
--
If I install the 'deasync' package locally, I don't get this error and everything work correctly.
I guess that 'deasync' must be a dependency of the package instead of a devDependency.
The text was updated successfully, but these errors were encountered: