Replies: 1 comment 3 replies
-
@ruyadorno Upon thinking about this further, just "blocking" a module could be not sufficient in some cases. E.g.:
All of those could be done by the user via Wdyt? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There was this idea being floated around during last NodeJS Interactive conference in which theoretically some population of npm users would like to see a way to manage a list that prevents specific packages to be installed in their project (probably
package.json
managed but it can also live as a sep file, etc).Currently it seems that folks are already able to do it on yarn by hacking the usage of
resolutions
fields and providing empty tarballs for the modules they want to block.Is this something we would like to support? If yes, is there someone willing to submit a proper RFC and champion it?
/cc @ChALkeR
Beta Was this translation helpful? Give feedback.
All reactions