File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,19 @@ Please ensure that you have installed:
8282
8383Run following commands to configure a just cloned project:
8484
85- | Command | Purpose |
86- | -------------------| ----------------------------------------------------------|
87- | ` make preinstall ` | Installs NPM packages for a web app. |
88- | ` make wasm ` | Builds WebAssembly binaries used by the web app. |
89- | ` make go-index ` | Generates Go packages index for autocomplete in web app. |
85+ | Command | Purpose |
86+ | -------------------| -------------------------------------------------------------------------------------------------------------|
87+ | ` corepack enable ` | Enables [ Corepack] ( https://nodejs.org/api/corepack.html ) to use package manager version from ` package.json ` |
88+ | ` make preinstall ` | Installs NPM packages for a web app. |
89+ | ` make wasm ` | Builds WebAssembly binaries used by the web app. |
90+ | ` make go-index ` | Generates Go packages index for autocomplete in web app. |
9091
9192### Running Project
9293
94+ > [ !IMPORTANT]
95+ > If you see ` command not found: yarn ` error, please ensure that Corepack is enabled.
96+ > See ** First-time setup** section.
97+
9398Front-end web app and Go API server are executed using separate make commands:
9499
95100| Command | Purpose |
You can’t perform that action at this time.
0 commit comments