Open thecheesybit opened 1 year ago
I'm using this project in my DevOps learning and while building it says it is missing yarn.lock file same as you @thecheesybit so did you find the solution to this
Check it in the older branches that are committed. You will find it there
On Tue, Jan 16, 2024, 5:20 PM Sourav Kumar @.***> wrote:
I'm using this project in my DevOps learning and while building it says it is missing yarn.lock file same as you @thecheesybit https://github.com/thecheesybit so did you find the solution to this
— Reply to this email directly, view it on GitHub https://github.com/jason-liu22/netflix-clone-react-typescript/issues/10#issuecomment-1893588893, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFL7JC2T5RQAIQ5HWICNITYOZSRFAVCNFSM6AAAAAA4SKRWSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJTGU4DQOBZGM . You are receiving this because you were mentioned.Message ID: @.*** com>
thanks the error is gone but showing this only @thecheesybit
@thecheesybit @souravsk need to run yarn install
before the docker executable scripts.
I got a PR that fixes some yarn build issues when building the docker image along with a note in README to install packages with yarn since docker scripts need it.
https://github.com/jason-liu22/netflix-clone-react-typescript/pull/13/files
Yarn.lock missing in main brach ! add it there