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 was archived by the owner on Sep 20, 2023. It is now read-only.
In step 10 of the local DApp installation, there are no obvious errors during npm install. However, upon npm run start, I get the following error:
Failed to compile.
Error in ./src/components/app.js
Module not found: 'react-web3' in /.../Solidity/origin-demo-dapp/src/components
@ ./src/components/app.js 20:16-37
Sure enough, the node_modules/react-web3 folder only contains README.md and package.json. It is missing the dist folder and the package code. If I remove the installed branch of the package and edit the package.json dependency to "react-web3": "0.4.3", then the app boots up fine. I have tried a variety of removals and reinstalls to no avail. Let me know what else I can tell you.