Closed SgtPooki closed 2 months ago
Our node-test CI tests have been failing for a while. I saw that they're failing when trying to install node-pre-gyp: https://github.com/ipfs/ipfs-webui/actions/runs/7067879133/job/19241785717
running npm why node-pre-gyp resulted in a chain only showing ipfs as the dependency we used that pulled it in. Checking where ipfs was still used showed that it was only used to import a type of Pin.
npm why node-pre-gyp
ipfs
Pin
Our node-test CI tests have been failing for a while. I saw that they're failing when trying to install node-pre-gyp: https://github.com/ipfs/ipfs-webui/actions/runs/7067879133/job/19241785717
running
npm why node-pre-gyp
resulted in a chain only showingipfs
as the dependency we used that pulled it in. Checking whereipfs
was still used showed that it was only used to import a type ofPin
.