We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a4ff3 commit 02f93f8Copy full SHA for 02f93f8
README.md
@@ -41,6 +41,10 @@ npm install
41
npm start
42
```
43
44
+> Note: There's [an issue in `ganache-core`](https://github.com/trufflesuite/ganache-core/issues/650) that can make the `npm install` step fail.
45
+>
46
+> If you see `npm ERR! code ENOLOCAL`, try running `npm ci` instead of `npm install`.
47
+
48
Open [http://localhost:3000/](http://localhost:3000/) to see your Dapp. You will
49
need to have [Metamask](https://metamask.io) installed and listening to
50
`localhost 8545`.
0 commit comments