-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from lerna to nx #4240
Comments
Contrib repo migrated to use |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stale for 14 days with no activity. |
Some work already started in contrib open-telemetry/opentelemetry-js-contrib#2493 |
We have used
lerna
for quite some time to manage our packages and builds, but for a while now it has just been a wrapper aroundnx
which provides significant performance improvements. This has worked fine until now, but it is starting to cause problems because we can't control the version ofnx
which is used. In particular our testing of node 14 fails as can be seen in #4238Switching to
nx
can avoid this issue, as well as reduce the likelihood of additional similar problems in the future. Additionally, it seems that we should be using the tooling directly rather than relying on a compatibility layer for an old and deprecated technology.The text was updated successfully, but these errors were encountered: