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
Internally jsonpath-object-transform use "JSONPath": "^0.10.0"
Because of conflict of version in JSONPath and jsonpath, it throws an error at runtime.
After looking into the code of jsonpath-object-transform, a quick fix will be to modify the package.json
to include "jsonpath" updated version instead of JSONPath.
"dependencies": {
"jsonpath": "^1.0.0",
},
Please advice.
Regards
Gaurav
The text was updated successfully, but these errors were encountered:
Hello Dvdln,
Below is my package declaration,
I am trying to use both jsonpath-object-transform and jsonpath.
Internally jsonpath-object-transform use "JSONPath": "^0.10.0"
Because of conflict of version in JSONPath and jsonpath, it throws an error at runtime.
After looking into the code of jsonpath-object-transform, a quick fix will be to modify the package.json
to include "jsonpath" updated version instead of JSONPath.
Please advice.
Regards
Gaurav
The text was updated successfully, but these errors were encountered: