@loopback/build/config/tsconfig.common.json' not found #7804
Answered
by
achrinza
vishnukumarps
asked this question in
Q&A
|
HI, |
Answered by
achrinza
Sep 1, 2021
Replies: 1 comment 1 reply
|
Please use the LoopBack 4 CLI ( If you need to use unpublished releases via the monorepo, run |
1 reply
Answer selected by
achrinza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Please use the LoopBack 4 CLI (
lb4 example) to download the examples. This will use the production releases of LoopBack 4.If you need to use unpublished releases via the monorepo, run
npm ciat the root directory of the monorepo and thennpm startin the directory of the example you want to execute.