ntoporcov / iQbit

GNU General Public License v3.0
575 stars 47 forks source link

add the ajv dependency to fix the docker build #92

Open nashspence opened 4 months ago

nashspence commented 4 months ago

Just ran into a slight npm dependency issue when trying to build the docker image from source. Adding ajv latest seemed to do the trick.

rich86 commented 3 weeks ago

I ran into an npm dependency issue while building the Docker image from source, but adding the latest ajv did the trick! Thanks, @nashspence 😊