OutSystems / cordova-plugin-stetho-android

MIT License
15 stars 12 forks source link

Change cordova plugin id to match package name #6

Open HaidarZ opened 5 years ago

HaidarZ commented 5 years ago

The plugin is causing issues when trying to reinstall. According the behavior below , we see that cordova is trying to fetch using the package id.

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/com.outsystems.mobile.stetho - Not found
npm ERR! 404 
npm ERR! 404  'com.outsystems.mobile.stetho@~0.0.1' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because 
npm ERR! 404  1. name can only contain URL-friendly characters
npm ERR! 404  2. name can no longer contain special characters ("~'!()*")
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
rbroth commented 4 years ago

Thank you for this, this pull request allowed me to fix a bug in some code I'm working on