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
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Each entry must be installed in the family (at the same level or higher) as the package. (If the package is the top target, and not global, then install as normal deps, maybe, just for testing/development purposes?)
If not found, then fail, unless --force flag is set.
Never ever include in the package when publishing.
This enables express middleware and other plugin-type things to specify that they depend on a certain version of express being in-play, but not bundled underneath them.
Open questions:
Should peerDeps be installed by default if missing? Leaning towards no, since this brings up all kinds of cleanup issues on uninstallation.