Cannot install with registry npm-group

We’re using NXRM 3.38.0-01.

I have also observed something similar. At one point, it worked again. However, I tried various things, so I can’t tell if any of it helped, or if it was coincidence.

I played around a bit with the local npm cache. With npm 8.x and installing the npm package using an alternative npm cache, the package installed fine. npm i --cache ~/tmp/alt-npm-cache @craco/craco

Then I cleared my local npm cache npm cache clean --force. Also then the package could be installed without errors.

No idea if this fixes the problem in the end. But it must be a problem related to the NXRM, because without it there is no problem.