File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/docs/user-guide/contributing Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ the website engine itself. Source code and content files need to be properly
59
59
formatted and linted as well, which is also ensured by the full setup below.
60
60
61
61
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/ ) :
63
63
64
64
``` dvc
65
65
$ npm install -g yarn
@@ -71,6 +71,12 @@ Install the project dependencies with Yarn:
71
71
$ yarn
72
72
```
73
73
74
+ You may need to resolve dependencies at this point by running:
75
+
76
+ ``` dvc
77
+ $ npm install
78
+ ```
79
+
74
80
Launch the server locally with:
75
81
76
82
``` dvc
You can’t perform that action at this time.
0 commit comments