From 9e2daa09b346984261217825b1e4ee07b7640b44 Mon Sep 17 00:00:00 2001 From: Jernej Pregelj Date: Mon, 1 Apr 2019 14:23:12 +0200 Subject: [PATCH] export versions + npm version --- content/tutorials/react-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md index a32cab64..8bbdcaee 100644 --- a/content/tutorials/react-setup.md +++ b/content/tutorials/react-setup.md @@ -13,6 +13,8 @@ description: This tutorial shows how you can build a basic [React](https://react ```bash export KEEPER_VERSION=v0.8.6 + export AQUARIUS_VERSION=v0.2.0 + export BRIZO_VERSION=v0.3.0 ./start_ocean.sh --latest --no-pleuston --local-spree-node ``` @@ -30,7 +32,7 @@ This will create a folder named `marketplace` with a boilerplate React app. Go i ```bash cd marketplace/ -npm install @oceanprotocol/squid web3 +npm install @oceanprotocol/squid@0.4.1 web3 ``` At this point you can already run `npm start` which starts the app in your browser at [localhost:3000](http://localhost:3000):