express-openapi-validator icon indicating copy to clipboard operation
express-openapi-validator copied to clipboard

Running in Bazel

Open jacobshirley opened this issue 2 years ago • 2 comments

Describe the bug Bazel complains that express is not installed. This is because express should be in "dependencies" rather than "devDependencies" in the package.json.

To fix this, "express" needs to be in "dependencies"

jacobshirley avatar Jan 18 '23 16:01 jacobshirley

Thanks. This should be peerDependencies

cdimascio avatar Jan 19 '23 02:01 cdimascio

Yep, that would make more sense

jacobshirley avatar Jan 19 '23 09:01 jacobshirley