Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Does not detect Ganache #179

Open
srinivasmangipudi opened this issue Apr 29, 2020 · 1 comment
Open

Does not detect Ganache #179

srinivasmangipudi opened this issue Apr 29, 2020 · 1 comment

Comments

@srinivasmangipudi
Copy link

srinivasmangipudi commented Apr 29, 2020

Hi managed to build the repo after the rimbleUi error by replacing PublicAddress by EthAddress.
But now when I start the app using "npm run start".

Then I also had to change "FALLBACK_WEB3_PROVIDER = process.env.REACT_APP_NETWORK || 'http://0.0.0.0:8545';" --- to 127.0.0.1:8545

The webpage loads up but I get an error on the console saying no local ganache found, when I have ganache running.

node --version
v12.14.1
npm --version
6.13.4
Mac Os

@abcoathup
Copy link
Contributor

Hi @srinivasmangipudi! I’m sorry that you had this issue.

Unfortunately, I wasn’t able to reproduce this issue. I tried the following:
Run ganache-cli in a separate terminal
In an empty project directory unpack the starter kit: npx @openzeppelin/cli unpack starter
Then cd client
Then npm run start

Are you running Ganache application or ganache-cli?

I only get the rimbleUi error if I do an npm update in the client directory.

⚠️ This project is in maintenance mode. We are no longer actively developing new features, and will only be releasing fixes for high severity issues until July 2020. Read here for more info, and reach out if you are interested in taking over maintenance. We suggest looking into create-eth-app for a popular alternative to this project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants