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 May 3, 2022. It is now read-only.
Tchannel should't make any assumption about the module tree in which it is in. Let's assume we have the following
node_modulestree:Both
dep1anddep2have tchannel as dependency matching all minor version up to 4:Running
npm installon this tree will (rightfully) mark both 3.5.0 and 3.6.0 versions as valid and matching their respective semver ranges.I think it's a very bad practice for a module to expect a shape of the project's entire modules tree in which it is.