[Vuejs]-Docker hub custom keyword definition is invalid: data.errors should be boolean

0πŸ‘

βœ…

It was an issue related the most recent build. I fixed it by adding

RUN npm uninstall ajv
RUN npm install ajv@6.8.1

to the dockerfile. This should not longer be an issue for anyone or you are using the wrong version of ajv.

Leave a comment