I had the same issue when I used JHipster, which I solved by running this command
npm install --save-dev ajv@^7
Thanks to this answer
I had the same issue when I used JHipster, which I solved by running this command
npm install --save-dev ajv@^7
Thanks to this answer