|
I observed that |
Answered by
achrinza
Feb 20, 2024
Replies: 1 comment 3 replies
|
Hi @bitxplora, could you clarify which package / where the LoopBack 4 is current "version" of the project and uses the |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the clarification - Indeed
@loopback/clidoes provide bothlbandlb4.However, both point to the same file:
loopback-next/packages/cli/package.json
Lines 11 to 14 in 3e7b446
We can verify this by running:
Due to the way NPM installs CLI utilities, it will copy the same file twice to both
lbandlb4.This was added by @frbuceta in f7ad002. However I was not able to find a rationale for this change.