Hi,
Regarding install url for logger and the issue i've had previously.
Is there any benefit in using git instead of https?
|
"url": "git://github.com/xdrip-js/Logger.git" |
My install fails, i believe, due to this one and only instance of "git" in the code hence why i had to find a work around previously and additional comment in the troubleshooting help.
Also i notice that Oref0 uses "https" for the repo location in the package.json, https://github.com/openaps/oref0/blob/acb0150021e7bf284b6741a9510076a13f690747/package.json#L11.
I propose that we change package.json line 17 to be
"url": "https://github.com/xdrip-js/Logger.git"
I'm happy to make the pull request just unsure why it's git// in the first place.
thanks,
Hi,
Regarding install url for logger and the issue i've had previously.
Is there any benefit in using git instead of https?
Logger/package.json
Line 17 in 5912b7b
My install fails, i believe, due to this one and only instance of "git" in the code hence why i had to find a work around previously and additional comment in the troubleshooting help.
Also i notice that Oref0 uses "https" for the repo location in the package.json, https://github.com/openaps/oref0/blob/acb0150021e7bf284b6741a9510076a13f690747/package.json#L11.
I propose that we change package.json line 17 to be
"url": "https://github.com/xdrip-js/Logger.git"
I'm happy to make the pull request just unsure why it's git// in the first place.
thanks,