Errors on fresh install and start
See original GitHub issueHi, I’m having some trouble running this box for the first time. I have followed the steps as described in the readme, however I can’t access the homepage for the box at all. Hopefully I’m doing something stupid, but below are the steps I have followed.
Running on MacOS
Node version: 8.5.0
NPM version: 5.6.0
Fresh install and compile
npm i -g truffle
npm i -g ganache-cli
truffle unbox drizzle
ganache-cli -b 3 // in a separate window
truffle compile
truffle migrate
Start the development server
npm run start
Encounter issue https://github.com/truffle-box/drizzle-box/issues/24, so follow the steps to fix as described in the comments:
npm update
+ drizzle-react@1.1.0
+ drizzle@1.1.3
+ zeppelin-solidity@1.8.0
+ react-router@3.2.1
+ drizzle-react-components@1.1.0
truffle compile
truffle migrate
npm start
At this point, http://localhost:3000 is still erroring:
Metamask is connected to port 8545, has the first account imported via private key, and is unlocked.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Windows 10 fresh install fails - Microsoft Community
I'm doing a fresh install of windows 10 and I'm encountering an error during the installation. When I reach the 'Where do you...
Read more >Windows 11 Installation Has Failed? Your Fixes Are Here
The "Windows 11 installation has failed" error often happens when you run Windows Setup to configure a hard disk drive for installing a...
Read more >Resolving 'A media driver is missing' error during Windows 10 ...
In this article, we will show how to fix 'A media driver is missing' error during Windows 11 clean install. And same for...
Read more >4 Solutions to Fix Windows 10/11 Installation Has Failed
Solution 1: Run a Clean Boot Installation · Go to the "General" tab and choose the option "Selective startup". · Ensure the "Load...
Read more >Boot Failure error right after fresh install of Win10
I'm trying to install a new copy of Windows 10 Pro on this desktop. I inserted a 1TB HDD into it, downloaded and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please take a look at my solution in issue #18 😃
As @ColdDevil said. The box needs those packages too: “eth-block-tracker-es5”: “^2.3.2” “web3”: “1.0.0-beta.34”