PabbleDabble commented on issue #216: URL: https://github.com/apache/cordova-plugin-statusbar/issues/216#issuecomment-936227571
Heya, just wanted to chime in, apologies if this is already known by everyone, but you can use npm to install from a specific hash directly until the npm registry is updated with new version. ``` $ cordova plugin add https://github.com/apache/cordova-plugin-statusbar#3ebae213dfd9798dc1c674fbbeb4d0ad49947c1d ``` Alternatively, you can also fork the plugin to your local repo and install from a local directory. You can look at the repo network here to pick the hash you want - https://github.com/apache/cordova-plugin-statusbar/network Again, I know these are just alternatives, just a suggestion in case you desperately needed a section of code and don't like installing via repo (we do not do this because we like our versions to be locked so no changes can be implemented without us specifically knowing) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
