-
Notifications
You must be signed in to change notification settings - Fork 257
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
Plugin cannot install with Cordova 7 (latest Cordova Version) #28
Comments
Its also an issue for Mac |
That's because |
Yea I just came across that, when can we get the PR approved? No conflicts and has been sitting in limbo for 11 days... |
Facing the same problem using Ionic. Cordova CLI: 7.0.1 |
Facing the same problem using Ionic. Cordova CLI: 7.0.1 |
Please approve the PR |
I have the exact same issue, also tried reinstall of node, but that didn't work. |
the same, I work in Mac Cordova CLI: 7.0.1 |
i dont think this repo is actively maintained. |
I have the same issue in Mac. |
I suggest we all start using this fork https://github.com/ibnclaudius/CordovaClipboard since it contains the fix |
I am currently having troubles installing this on -v 7.0.1, I am using the link you posted and not having any luck.
If you could shed a little light on my problem I would be very happy. |
Hi @mwoeber, can you please advise the command you are using to install? |
use: *cordova plugin add .... --nofetch* to install the plugins in Cordova
7 as it is defined in the cordova 7 documentation
https://cordova.apache.org/news/2017/05/04/cordova-7.html
2017-09-13 20:26 GMT+02:00 Jacques de Villiers <[email protected]>:
… Hi @mwoeber <https://github.com/mwoeber>, can you please advise the
command you are using to install?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACQrUMNaB67IF8sRcbzW-EZbfBr-B7Gxks5siB5tgaJpZM4NclFs>
.
|
thanks that fixed my issue! |
third time in a row I find cordova github projects with missing package.json. Go for this fork -> https://github.com/ibnclaudius/CordovaClipboard since it contains the fix |
Thanks. It fixed my issue. |
Environment
Steps to reproduce
run follow script to create a new cordova android app. The only plugin is the CordovaClipboard plugin.
During the installation follow error occur
Error Message
❗️ ❗️ ❗️ Important NOTE ❗️ ❗️ ❗️
If I change the script to`
it works fine. ➡️ with cordova 6 everything works
The text was updated successfully, but these errors were encountered: