twilio_client_phonegap icon indicating copy to clipboard operation
twilio_client_phonegap copied to clipboard

com.phonegap.plugins.twilioclient gets added to package.json dependencies

Open bpowell15 opened this issue 6 years ago • 3 comments

Every time I add the plugins or readd my platforms com.phonegap.plugins.twilioclient is added to package.json, this then makes npm install and some build processes fail. Is there some way to prevent this line from being added to the dependencies section of my package.json? It seems an npm package with this name does not exist.

bpowell15 avatar Sep 25 '18 22:09 bpowell15

Let me see what I can do with this - I think there is something I can do to make sure the plugin package matches the npm package.

jefflinwood avatar Oct 03 '18 13:10 jefflinwood

i think you just need to change this line to twilio-client-phonegap-plugin https://github.com/jefflinwood/twilio_client_phonegap/blob/master/plugin.xml#L4

bpowell15 avatar Oct 03 '18 16:10 bpowell15

and maybe here as well https://github.com/jefflinwood/twilio_client_phonegap/blob/9f20983f848bcba92d1e2e48a547d50964669310/package.json#L6

bpowell15 avatar Oct 03 '18 17:10 bpowell15