Replies: 1 comment 1 reply
-
There is no other way. If it doesn't work with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my node project I have a dependency on a library that builds a binary during install via node-gyp. That takes quite a while, and I would like to prevent this from repeating between builds by caching the output and reuse the constructed binaries. However, I fail to understand what the best configuration is. Which paths and settings must I apply to cache both the node dependencies as well as the related binaries?
Currently, I use something like this:
I'm not sure if the cache-side-effects is necessary. And the .pnpm-store doesn't seem to contain the binaries? What would be the correct settings here?
Regards,
Joost
Beta Was this translation helpful? Give feedback.
All reactions