Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/source/developer_guide/development-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,22 @@ Download and install a [Python 3 version of Miniconda](https://docs.conda.io/en/
```
conda install -y -c conda-forge/label/main nodejs
```
* Verify node is installed correctly

```
node --version
```

* Install Yarn

```
conda install -y -c conda-forge/label/main yarn
```
* Verify yarn is installed correctly

```
yarn --version
```

### Setting up your Elyra Github repository

Expand Down