Whitelist packages (Always download from remote) #5953
TheColorRed
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are adding
pnpm
to our application and I was wondering if there is there a setting/configuration that allows us to whitelist certain modules so that they are always downloaded from the repository instead of cached?I looked over https://pnpm.io/npmrc and I wasn't seeing anything, so I was thinking maybe I missed it. If not could this be a new feature?
Potential Solution:
pnpm-whitelist.yaml
My team and I work on multiple packages that are not part of a mono repo, so it would be nice to whitelist some of our packages if we update it and need it installed as we don't want to wait for the cache expires. This is mostly for Continuous Integration as we don't maintain the servers and don't want to have to contact managers to clear the cache for us.
Beta Was this translation helpful? Give feedback.
All reactions