I'm struggling to find out why npm resolve the domain name of my npm registry to hardcode IP in package-lock.json
that's a sample:
"@poney/common-client": {
"version": "1.1.0",
"resolved": "http://10.10.9.9:4873/@poney%2fcommon-client/-/common-client-1.1.0.tgz",
"integrity": "sha512-74uRCouKfwGNVAtgzwoutdfpoi0xl4CXipgXI4zTQC1BanTNrvc5fGOrkEOjzkKAVAwrHDwx41hJQ=="
},
Can't find it in npm documentation, any idea ?
I use a local npm registry called verdaccio as registry for home packages and as cache for public upstream pacakages.