Missing Error: Cannot find module 'ajv/lib/refs/json-schema-draft-04.json'
Opened this issue · 3 comments
khanhdodang commented
Hi,
Can you upload the json-schema-draft-04.json file into this repo?
Thanks
SomaticIT commented
Hello,
Can you check the Ajv version in your project?
Ajv v7 drops the support for draft-04 json schema...
Thanks
shedali commented
"ajv": "8.10.0",
"ajv-openapi": "2.0.0",
"Cannot find module 'ajv/lib/refs/json-schema-draft-04.json"
fbakoura-ledger commented
I tried with the following versions, it works fine:
"ajv": "6.0.0",
"ajv-openapi": "2.0.0",