JoshDSommer / nativescript-slides

A NativeScript plugin that is for Intro Tutorials, Image Carousels or any other slide functionality
Other
70 stars 32 forks source link

Nativescript-slides is not a valid NativeScript plugin #106

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I'm trying to install the plugin, but when I write the command
tns plugin add nativescript-slides

I have this error: nativescript-slides is not a valid NativeScript plugin. Verify that the plugin package.json file contains a nativescript key and try again.

"tns-android": {
      "version": "3.0.1"
    }
JoshDSommer commented 7 years ago

Thank you! I can't believe I screwed this up last night. fixed in version 2.2.11

raymall commented 7 years ago

Are you gonna publish on the NativeScript plugin directory? I keep getting the error...

JoshDSommer commented 7 years ago

@raymallperez , sorry I don't follow. your getting this error with the latest version?

raymall commented 7 years ago

@TheOriginalJosh still getting the error by running tns plugin add nativescript-slides. If I add the plugin directly to the package.json file with the fixed version 2.2.11 and run tns install it's ok but is a tiny bit annoying to do it that way. :)

JoshDSommer commented 7 years ago

Hmm, that's strange, I don't know why it would be pulling down an old version.

PeterStaev commented 7 years ago

I can also confirm that this is a regression in version 2.2.12 (which is the latest one). If I run tns plugin add nativescript-slides it fails with the above error. But if I do tns plugin add nativescript-slides@2.2.11 it works ok.

JoshDSommer commented 7 years ago

Strange, I'm going to publish a new version tonight