강의

멘토링

커뮤니티

Inflearn Community Q&A

980429sb2590's profile image
980429sb2590

asked

Creating a Blockchain Ethereum Real Estate Dapp - Basic

truffle migrate 실행 시 오류

Written on

·

245

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)
이렇게 오류가 납니다. 어떻게 해결해야하나요?
Ethereumblockchaindapp

Answer

This question is waiting for answers
Be the first to answer!
980429sb2590's profile image
980429sb2590

asked

Ask a question