인프런 커뮤니티 질문&답변
truffle migrate 실행 시 오류
작성
·
241
0
(node:94652) V8: /opt/homebrew/lib/node_modules/truffle/node_modules/solc/soljson.js:3 Invalid asm.js: Invalid member of stdlib
(Use `node --trace-warnings ...` to show where the warning was created)
Compiling ./contracts/Migrations.sol...
Compiling ./contracts/RealEstate.sol...
Writing artifacts to ./build/contracts
Could not connect to your Ethereum client. Please check that your Ethereum client:
- is running
- is accepting RPC connections (i.e., "--rpc" option is used in geth)
- is accessible over the network
- is properly configured in your Truffle configuration file (truffle.js)
이렇게 오류가 납니다. 어떻게 해결해야하나요?
답변
답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!





