Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.9k stars 2.01k forks source link

Cannot find plugin.xml for plugin "package" while installing plugin #1299

Open Ajeetlakhani opened 7 years ago

Ajeetlakhani commented 7 years ago

i tried to install facebook plugin using this command cordova plugin add add https://github.com/phonegap/phonegap-facebook-plugin.git --variable APP_ID="1623456789" --variable APP_NAME="test" and got error

Fetching plugin "add" via npm
Error: Cannot find plugin.xml for plugin "package". Please try adding it again.
madebydavid commented 7 years ago

Your command begins cordova plugin add add and so it tries to add the plugin called add.

renjithspace commented 6 years ago

SOLVED

It's just a permission issue. Please set current user as the owner of the project files

$ sudo chown -R $(whoami) project-directory