You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is the bad on npm:
it downloads peer dependencies, which are not required to bundle your files, but required e.g. for developing on the third party dependencies.
If I would be able to ignore it, I would be also able to explicit define my own version of the dependency taken by peer dependencies, I guess
Hello,
i would like to skip a dependency to be downloaded.
There are several reasons when this can make sense, such as prevent downloading of huge libraries
Therefore my suggestion would be to support something like:
resolutions : {
@icon/material: null
}
which will delete it from shrinkwrap.json file
The text was updated successfully, but these errors were encountered: