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
After following these initial comands:
ganache-cli --deterministic (other terminal)
openzeppelin init
cd client npm run start
I got this: ( Using: Windows 10 OS / NodeJs Command Prompt / Node.js v12.10.0. / truffle@5.0.41 / ganache-cli@6.7.0 / @openzeppelin/cli@2.5.3).
Failed to compile.
./node_modules/@openzeppelin/network/react/useWeb3Hook.js
Module not found: Can't resolve '../context/Web3Context' in 'C:\Users\dimit\Projects\OpenZeppelinSDK\Starter\client\node_modules@openzeppelin\network\react'
After following these initial comands:
ganache-cli --deterministic (other terminal)
openzeppelin init
cd client npm run start
I got this: ( Using: Windows 10 OS / NodeJs Command Prompt / Node.js v12.10.0. / truffle@5.0.41 / ganache-cli@6.7.0 / @openzeppelin/cli@2.5.3).
Failed to compile.
./node_modules/@openzeppelin/network/react/useWeb3Hook.js
Module not found: Can't resolve '../context/Web3Context' in 'C:\Users\dimit\Projects\OpenZeppelinSDK\Starter\client\node_modules@openzeppelin\network\react'
Please help!