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
Why do you have a dependency to itself in package.json?
I.e. I have version 4.0.7 installed, and, because its package.json contains "react-native-iap": "^4.0.0-rc13" in dependencies section, the result is that it has its own node-modules folder, with version 4.0.1 of the same library in there.
Does not make any sense to me...
The text was updated successfully, but these errors were encountered:
Why do you have a dependency to itself in package.json?
I.e. I have version 4.0.7 installed, and, because its package.json contains
"react-native-iap": "^4.0.0-rc13"
independencies
section, the result is that it has its own node-modules folder, with version 4.0.1 of the same library in there.Does not make any sense to me...
The text was updated successfully, but these errors were encountered: