shankari commented on issue #87: URL: https://github.com/apache/cordova-fetch/issues/87#issuecomment-658406871
so the two versions are different because the versions of `cordova-common` are different. ``` $ find node_modules -name package.json | grep "cordova-common.package" | xargs grep version.: node_modules/cordova/node_modules/cordova-common/package.json: "version": "3.2.1" node_modules/cordova-common/package.json: "version": "4.0.2" node_modules/cordova-create/node_modules/cordova-common/package.json: "version": "3.2.1" node_modules/cordova-fetch/node_modules/cordova-common/package.json: "version": "3.2.1" node_modules/cordova-lib/node_modules/cordova-common/package.json: "version": "3.2.1" node_modules/phonegap/node_modules/cordova-common/package.json: "version": "2.1.1" node_modules/phonegap/node_modules/cordova-create/node_modules/cordova-common/package.json: "version": "2.2.5" ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
