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
Currently prom-client is added to this package dependencies, but it could lead to serious issues if it's version doesn't match the one used by the service.
Instead, it should be in the package peerDependencies section, ideally with as loose version range as possible.
Hi.
Currently
prom-client
is added to this packagedependencies
, but it could lead to serious issues if it's version doesn't match the one used by the service.Instead, it should be in the package
peerDependencies
section, ideally with as loose version range as possible.Something like this should probably work:
The text was updated successfully, but these errors were encountered: