From b9d77d21c3d60115cf072143132dff09dce22f65 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 10 May 2023 20:30:44 +0300 Subject: [PATCH] Updating documentation to remove refference to use node v16 --- building-with-ocean/build-a-marketplace/forking-ocean-market.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building-with-ocean/build-a-marketplace/forking-ocean-market.md b/building-with-ocean/build-a-marketplace/forking-ocean-market.md index 72ef783c..c9647603 100644 --- a/building-with-ocean/build-a-marketplace/forking-ocean-market.md +++ b/building-with-ocean/build-a-marketplace/forking-ocean-market.md @@ -27,7 +27,7 @@ Now we need to clone the market fork locally so that we can start making changes ## Install the dependencies -Installing the dependencies is a vital step for running the market. It’s a super simple process, thanks to npm (node package manager). Make sure you have node.js installed, otherwise it will fail. In Ocean Market, we use node.js version 16 and it’s highly recommended that you use the same. +Installing the dependencies is a vital step for running the market. It’s a super simple process, thanks to npm (node package manager). Make sure you have node.js installed, otherwise it will fail. In Ocean Market it’s highly recommended that you use the same version of node that we are using, you can check this in the [.nvmrc file](https://github.com/oceanprotocol/market/blob/main/.nvmrc). Enter the following command to install the dependencies: