micahstubbs opened a new issue, #2150: URL: https://github.com/apache/helix/issues/2150
### Describe the bug In helix-front the current `"tsickle": "github:angular/tsickle#8f11720637b7bb1c7b0e271e16bebbcdc8189617"` js dependency referenced via git hash causes an install failure in a JFrog Artifactory private package registry. ### To Reproduce Steps to reproduce the behavior. ```bash # use an .npmrc configured to point to a private registry cd helix ./build ``` ### Expected behavior A clear and concise description of what you expected to happen. `yarn` install succeeds even when configured to install from a private JS package registry ### Additional context Add any other context about the problem here. -- 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]
