Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, I am having problems to build android TTS.  Got this error:

"Failed to fetch plugin https://github.com/nmckeel/org.apache.cordova.plugin.tts#8837f9a via registry.

Probably this is either a connection problem, or plugin spec is incorrect.

Check your connection and plugin name/version/URL.

CordovaError: Error: ENOENT: no such file or directory"

Please, help...

Never mind. Solved searching google...

I tried to build, and found the same problem, can't add a text to speech plugin.

NPM is currently down. You can check it here https://registry.npmjs.org/org.tt.plugin.tts

I have solved already. Just copy the package from git, put on the Project directory and then added plugin using cordova shell

oh nice! Thanks for sharing