nativescript-community / texttospeech

Text to Speech NativeScript plugin for Android & iOS :loudspeaker:

Home Page:http://nativescript-community.github.io/texttospeech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nativescript-community/texttospeech is not a valid NativeScript plugin.

kakha13 opened this issue · comments

commented

@nativescript-community/texttospeech is not a valid NativeScript plugin. Verify that the plugin package.json file contains a nativescript key and try again.

What can i do?

Seems to be working correctly now. Might have been a temporary issue or not published at the time you attempted to install it.

I am having the same issue. Note that I am not using ns 7.0, but 6.5 instead.

Neither does it work for me. I am using ns 6.5.0, too.
Any old release working with 6.5.0?
I do not really know a lot about plugin development, but:
according to https://docs.nativescript.org/plugins/building-plugins
the package.json should contain something like

"nativescript": {
        "platforms": {
            "android": "6.0.0",
            "ios": "6.0.1"
        }
    }

The 2.0.0 version of your plugin contained this key.

Update: I finally managed to install the plugin with

$ tns plugin add nativescript-texttospeech@2.0.3

Let's see how far I can get with it.

commented

Hi, same issue here (I'm using NS7)...

commented

"nativescript-texttospeech": "^2.0.3", working great

You can install and use the plugin through NPM, it may work.

npm install @nativescript-community/texttospeech --save

The package problem should be fixed in near future for us to use NS command.