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
I have a package that is a dependency of one of my projects. It depends on BackboneJS. When I want to reinstall just that package with -f, it pulls in BackboneJS and all of its dependencies. This is quite slow when I'm just testing a bugfix in that package. It would be uber-convenient if there was a command-line option to ignore all of the package's dependencies in this case.
The text was updated successfully, but these errors were encountered:
I have a package that is a dependency of one of my projects. It depends on BackboneJS. When I want to reinstall just that package with
-f
, it pulls in BackboneJS and all of its dependencies. This is quite slow when I'm just testing a bugfix in that package. It would be uber-convenient if there was a command-line option to ignore all of the package's dependencies in this case.The text was updated successfully, but these errors were encountered: