phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 1k forks source link

Receiving error when attempting to remove plugin #373

Open nickrouty opened 9 years ago

nickrouty commented 9 years ago

Uninstalling com.phonegap.plugins.PushPlugin from android Uninstalling com.phonegap.plugins.PushPlugin from ios Removing "com.phonegap.plugins.PushPlugin" Error: ENOENT, no such file or directory '/Users/xxxxxxxx/Sites/slavik/slavik-app/slavikmanagement/plugins/com.blackberry.push/plugin.xml' at Object.fs.openSync (fs.js:427:18) at Object.fs.readFileSync (fs.js:284:15) at Object.module.exports.parseElementtreeSync (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/util/xml-helpers.js:121:27) at findDependencies (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/uninstall.js:121:34) at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/uninstall.js:126:17 at Array.forEach (native) at findDependencies (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/uninstall.js:123:14) at Function.module.exports.uninstallPlugin (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/uninstall.js:130:5) at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/plugin.js:209:54 at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:798:54)

nickrouty commented 9 years ago

Had to remove the blackberry section from the plugins.xml file.