From 8e62272d08e42ed086bbe37fcc0731b4797ec88f Mon Sep 17 00:00:00 2001 From: Alan <2.alan.tom@gmail.com> Date: Wed, 19 Jan 2022 10:59:04 +0530 Subject: [PATCH] chore: link to issue addressing broken develop --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ff0e1de..346f8f0f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ database. ### Clone and Run +Due to some `yarn.lock` issue this won't run, to run it check [Issue #315](https://github.com/frappe/books/issues/315) + ```bash # clone the repository git clone https://github.com/frappe/books.git @@ -88,6 +90,8 @@ yarn electron:serve FrappeBooks is based on [FrappeJS](https://github.com/frappe/frappejs) for managing models and objects. To develop alongside FrappeJS +Due to some `yarn.lock` issue this won't run, to run it check [Issue #315](https://github.com/frappe/books/issues/315) + ```bash # clone frappejs git clone https://github.com/frappe/frappejs.git