From 79659b06175bc92c71355e4b891b9d83baf31319 Mon Sep 17 00:00:00 2001 From: Kris Bennett Date: Mon, 18 Dec 2023 09:36:32 -0700 Subject: [PATCH] Edits based on comments in PR 894 --- main/guides/getting-started/start-a-project.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/main/guides/getting-started/start-a-project.md b/main/guides/getting-started/start-a-project.md index 01e289170..7a291b6a9 100644 --- a/main/guides/getting-started/start-a-project.md +++ b/main/guides/getting-started/start-a-project.md @@ -160,8 +160,20 @@ cd demo yarn install ``` - -## Starting the Network +
+ Troubleshooting yarn install + + If you run into errors during `yarn install`, + check that you are on a [supported platform](#platform-requirements) and + not native Windows. + + Then make sure you have the relevant developer tools installed. For example, on Debian or Ubuntu Linux, run `sudo apt get install build-essential`. + On MacOS, be install + [Xcode](https://apps.apple.com/us/app/xcode/id497799835). + +
+ +## Starting a Local Agoric Blockchain Now go ahead and start the network using the `yarn start` command. ```sh