-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't add plugin to cordova #18
Comments
Hello @maximepriv, thanks for the message. Did you resolve it? |
Can you please give more details about Platform, OS Version, Cordova Version? did you tried to add the plugin in your App or in the Reference Hello World App http://fraunhoferfokus.github.io/cordova-plugin-presentation-helloapp/ |
Maybe this help. Download the zip and unzip it. Install plugman. Go to the "fraunhoferfokus-cordova-plugin-presentation-439d62d" folder. Create the package.json file for the plugin. Go to your app folder and do a cordova add plugin. |
You can specify the repo url as
|
Go to the directory where the file is and execute the npm init command to generate the package.json file |
I was struggling with the same issue as @maximepriv. This worked for me:
|
How to import this plugin as module ? Anyone ! |
This works for me. |
Hi!
Whenever I try to add the plugin to my project using one of the two methods below, nothing happens (no error and no plugin added).
cordova plugin add de.fhg.fokus.famium.presentation
cordova plugin add https://github.com/fraunhoferfokus/cordova-plugin-presentation.git
Any idea ?
Thanks for your help!
The text was updated successfully, but these errors were encountered: