1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Updating documentation to remove refference to use node v16

This commit is contained in:
Jamie Hewitt 2023-05-10 20:30:44 +03:00
parent 1d43db64d8
commit b9d77d21c3

View File

@ -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. Its 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 its highly recommended that you use the same.
Installing the dependencies is a vital step for running the market. Its a super simple process, thanks to npm (node package manager). Make sure you have node.js installed, otherwise it will fail. In Ocean Market its 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: