question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors on fresh install and start

See original GitHub issue

Hi, 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: screen shot 2018-04-22 at 13 25 56

Metamask is connected to port 8545, has the first account imported via private key, and is unlocked.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ColdDevilcommented, Apr 25, 2018

Please take a look at my solution in issue #18 😃

1reaction
LCarballoBaseCodeItcommented, Apr 27, 2018

As @ColdDevil said. The box needs those packages too: “eth-block-tracker-es5”: “^2.3.2” “web3”: “1.0.0-beta.34”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found