79288444

Date: 2024-12-17 15:29:55
Score: 1
Natty:
Report link

We were running "npm install" in our Dockerfile and none of the above solutions worked. What worked for us was adding below lines to our Dockerfile

RUN rm -rf ~/.npm* && rm -rf /root/.npm*
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gattu