I have built the verdaccio. I need npm install
to cache the node packages needed in the project to the \ verdaccio\ storage
directory, but there are always problems with the package and 500errors are returned for more than one reason.
I have also tried to directly package the required node package and decompress it to the storage directory, but I will still report an error when downloading it from a private library. I have also changed the address of the upstream server, from npm to cnpm to taobao, I will still report an error
. The error is as follows:
has anyone solved a similar problem?