How can developers install a single package directly from Git/GitHub? #12853
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
EngSys
This issue is impacting the engineering system.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
@azure/monitor-opentelemetry-exporter / @microsoft/opentelemetry-exporter-azure-monitor
All
Describe the bug
The versions published to NPM lag behind GitHub. Typically developers will install a particular branch directly from GitHub. Every example of how to install a package from Git/GitHub assumes that
package.json
is in the root of the repository. However, because the this is a mono-repo, the notation or support for doing such is unclear. If this is possible, outlining it in the README.md of the repo would be helpful.To Reproduce
Steps to reproduce the behavior:
1.Want to apply the latest break fixes
Expected behavior
Discussion of adding this feature to NPM:
npm/npm#2974
The text was updated successfully, but these errors were encountered: