From 697afe33b7c0600c2ece98dd2e2f7c4b59650801 Mon Sep 17 00:00:00 2001 From: Chinmay Gopal Date: Mon, 4 Apr 2022 16:35:47 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a86d1d..71bbb29 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ NEXT_PUBLIC_REACT_APP_MORALIS_SERVER_URL= ## Run Phantasm -Now should be able to run the dapp in a local development server. +Now should be able to run the dapp in a local development server. You might run into some moralis dependancy erros in which case try running +``` +yarn add magic-sdk@7.0.0 +npm install @web3auth/web3auth +npm install @walletconnect/web3-provider +``` In the command line, run: