Skip to content

Commit 118858c

Browse files
authored
Update docs.md
Added some things to make more clear. I got errors following instructions. But with changes noted here, it worked.
1 parent bc2df28 commit 118858c

File tree

1 file changed

+7
-1
lines changed
  • content/docs/user-guide/contributing

1 file changed

+7
-1
lines changed

content/docs/user-guide/contributing/docs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the website engine itself. Source code and content files need to be properly
5959
formatted and linted as well, which is also ensured by the full setup below.
6060

6161
Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/)
62-
(`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):
62+
(`>=12.0.0`). Navigate to your local gitcloned directory and install [Yarn](https://yarnpkg.com/):
6363

6464
```dvc
6565
$ npm install -g yarn
@@ -71,6 +71,12 @@ Install the project dependencies with Yarn:
7171
$ yarn
7272
```
7373

74+
You may need to resolve dependencies at this point by running:
75+
76+
```dvc
77+
$ npm install
78+
```
79+
7480
Launch the server locally with:
7581

7682
```dvc

0 commit comments

Comments
 (0)