Skip to content

allow skipping some modules given in a list from apt resolution

For example, the node-jquery package seems to be broken currently (due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971673), so we want to skip jquery from apt resolution. So there should be an option to pass a list of modules that should be excluded from apt resolution.

yarnpkg apt-install --exclude="jquery,d3" should not take apt installed jquery or d3. These should be fetched from npm.

Edited by Praveen Arimbrathodiyil