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
We have a dependency of 'localforage' in our project, version is ^1.., which is downloading 1.9.0, the latet version.
However, after adding '@sentry/integrations' as a dependency of our project(it locked its dependency on localforage to 1.8.1), npm fail to resolve and give the error message:
Package + Version
"@sentry/integrations": "^5.29.0",
Version:
Description
We have a dependency of 'localforage' in our project, version is ^1.., which is downloading 1.9.0, the latet version.
However, after adding '@sentry/integrations' as a dependency of our project(it locked its dependency on localforage to 1.8.1), npm fail to resolve and give the error message:
How to resolve this error? Thanks.
The text was updated successfully, but these errors were encountered: