You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: