I have written a dockerfile to install specific version for Verdaccio registry server , I am getting "npm ERR! Maximum call stack size exceeded" error.
Docker file
installation step
npm i -g verdaccio@${VERDACCIO_VERSION} --unsafe-perm && \
VERDACCIO_VERSION : 5.1.2
Node version :14.17.3
I have already tried npm cache clean --force and npm rebuild