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 has been archived by the owner on Apr 2, 2021. It is now read-only.
appr's current behaviour is to prefer <app>/node_modules/exp over <app>/node_modules/appr/node_modules/exp - a duplication that exists if the app has a newer or incompatible version of exp as a dependency.
This is useful behaviour - e.g. to synchronise the version of exp between appr and any custom CI scripts used by the app. Moving exp to peerDependencies would simply codify it and make it explicit.
The text was updated successfully, but these errors were encountered:
appr
's current behaviour is to prefer<app>/node_modules/exp
over<app>/node_modules/appr/node_modules/exp
- a duplication that exists if the app has a newer or incompatible version ofexp
as a dependency.This is useful behaviour - e.g. to synchronise the version of
exp
betweenappr
and any custom CI scripts used by the app. Movingexp
topeerDependencies
would simply codify it and make it explicit.The text was updated successfully, but these errors were encountered: