如何在 React 中使用 web3?
Posted
技术标签:
【中文标题】如何在 React 中使用 web3?【英文标题】:How to use web3 in React? 【发布时间】:2019-09-03 17:52:47 【问题描述】:为了在react中使用web3,我是这样导入web3的,
import Web3 from 'web3';
但是,我收到了这个错误。
Module not found: Can't resolve 'web3' in '/Users/___/Desktop/MyApps/eth_todo_react/frontend/src'
我以前使用web3,但是昨天的错误出现了。
请给我一些建议好吗?
【问题讨论】:
【参考方案1】:确保将其添加到您的 package.json 并尝试使用 npm install
甚至删除 node_modules 和 npm install
。
【讨论】:
以上是关于如何在 React 中使用 web3?的主要内容,如果未能解决你的问题,请参考以下文章
如何在 React 应用程序中使用 Web3 和 MetaMask 签署消息