fix: get the final address by installing package through links#8842
fix: get the final address by installing package through links#8842
Conversation
|
I'd assume the change needs to be done here: https://github.com/pnpm/pnpm/blob/main/resolving/tarball-resolver/src/index.ts But I don't really know what part and where gets cached. So, it would be good to have a test that reproduces the issue. |
In the current use case, since After the modification, the latest result with the commit hash is obtained each time to obtain the newest modification. |
|
To verify this result, I created a pr for the test. I repeatedly submitted modified code, then executed When I used |
|
It looks like the direct request to We failed to capture the error and threw an error directly. |
fix #8833