I'm currently creating a private npm registry for my company. I pulled the verdaccio docker container and I put the config.yaml file into the folders in the container.
When I run verdaccio, an error message comes up:
EACCES: permission denied, mkdir '/verdaccio/storage/types-registry'
I haven't written any lines for 'types-registry'.
Can someone help me solve this?