plugin not added with cordova 6.5.0
philipbrack opened this issue · 3 comments
philipbrack commented
>cordova -v
6.5.0
>cordova plugin add cordova-plugin-nativeaudio
Fetching plugin "cordova-plugin-nativeaudio" via npm
Error: Invalid character in entity name
Line: 8
Column: 54
Char:
/Users/pbrack/dev/paystumped/paystumped:
gligoran commented
This is a known issue: https://demisx.github.io/git/2014/11/02/git-prune-local-tags-dont-exist-remote.html. But the repo is not getting much love these days it seems. I forked it, made the change and now use that for my app.
philipbrack commented
I refactored to cordova-plugin-media and it took about 15 mins.
harishintimetec commented
I am facing same issue while adding platform. Can you give me the correct way to fix it? I need this plugin as app is already released on stores so.
Thanks