-
Notifications
You must be signed in to change notification settings - Fork 112
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
Failed to fetch plugin #144
Comments
@fgagneten Try this: |
Ok @darshanrampatel I will try this afternoon. Did you install version 1.0.3 with cordova successfully? Thanks. |
@darshanrampatel , I got the following error after running the code that you tell me: cordova plugin add https://github.com/shprink/ionic-native-transitions#v1.0.3
Version: Ionic -v
node -v
npm -v
Let me know if you need another infomation. |
Same Here:
and
Fixed by below: cordova version 7 is not stable.
|
Sorry, I was confused before. The I can add the NativePageTransitions cordova plugin fine:
|
Yes I can install page transition version 0.6.5, but there is some bugs that was solved after that version, that's the reason I need version 1.0.3. For example,I get error like this one that was solved but I don't think that was solved on version 0.6.5 #137 |
@darshanrampatel . I know whats going on. ionic-native-transitions is not the same as NativePageTransitions. NativePageTransitions the lastes version was 0.6.5. What I don't know why there are two libraries with similar name. For my cordova ionic app ionic-native-transitions not working. Is there a possibility to use ionic-native-transitions instead of NativePageTransitions in my cordova app? |
I want to install the plugin with
But I get:
I can only install with cordova version 0.6.5, but I need the changes of the lastest commit, I mean version 1.0.3.
I can install with bower version 1.0.3 but the console of real device get the following message:
So:
if I install the plugin with bower -> i get the message above
If I install the plugin with cordova -> only I can install version 0.6.5
Someone can help me ASAP
The text was updated successfully, but these errors were encountered: