Hello guys,
Recently i needed to integrate Google analytics and Push notification plugin into my ionic app. But whenever i try to add these plugin i get error on adding them like below:
Updated the hooks directory to have execute permissions
Fetching plugin "https://github.com/danwilson/google-analytics-plugin.git" via git clone
Repository "https://github.com/danwilson/google-analytics-plugin.git" checked out to git ref "master".
Installing "cordova-plugin-google-analytics" for android
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-google-analytics':TypeError: Uh oh!
Arguments to path.resolve must be strings
at Object.exports.resolve (path.js:313:15)
at Object.module.exports.framework.install (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/android.js:139:35)
at installWrapper (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/platforms/platforms.js:77:32)
at Object.ActionStack.process (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/action-stack.js:68:25)
at handleInstall (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:550:20)
at /home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:342:28
at _fulfilled (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:787:54)
at self.promiseDispatch.done (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:749:13)
at /home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:509:49
TypeError: Uh oh!
Arguments to path.resolve must be strings
at Object.exports.resolve (path.js:313:15)
at Object.module.exports.framework.install (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/android.js:139:35)
at installWrapper (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/platforms/platforms.js:77:32)
at Object.ActionStack.process (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/action-stack.js:68:25)
at handleInstall (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:550:20)
at /home/hitenpratap/npm/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:342:28
at _fulfilled (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:787:54)
at self.promiseDispatch.done (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch (/home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:749:13)
at /home/hitenpratap/npm/lib/node_modules/cordova/node_modules/q/q.js:509:49
Please guys any help would be very appreciated and i’m stuck at this problem since last 2-3 days. And i really needed ti get it done ASAP.