From e2407c5b5b600968199d6ecf84829a07fde4b1f8 Mon Sep 17 00:00:00 2001 From: Nabarun Gogoi Date: Wed, 11 Jan 2023 13:57:07 +0530 Subject: [PATCH] Note warning/error in dep install (#19) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4d5cdcc..313f3e4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ User interface for submitting and reading records registered on Laconic. yarn ``` + *NOTE*: There is a warning containing error while installing dependencies + + ```bash + warning Error running install script for optional dependency: ".../laconic-console/node_modules/sodium-native: Command failed. + Exit code: 1 + ... + Error: ./configure exited with 127 + ``` + + This can be ignored as it is an error for installing optional dependency + * Change directory to [packages/console-app](https://github.com/cerc-io/laconic-console/tree/main/packages/console-app) and start the react app ```bash