강의

멘토링

커뮤니티

Inflearn Community Q&A

hero7076678's profile image
hero7076678

asked

Creating a Blockchain Ethereum Real Estate Dapp - Basic

Truffle & Contract Deployment I (Structure Description, Deployment)

TypeError: Contracts.compile is not a function / powershell에 migrate 시 오류발생

Written on

·

354

0

migrate 시 오류가 지속적으로 발생합니다. solidity 컴파일 시에는 문제가 없었는데 저 부분이 지속적으로 막힙니다.

migrateEthereumpowershellsoliditydappblockchaintypeerror

Answer 1

0

hero707님의 프로필 이미지
hero707
Questioner

Node.js를 제외한 나머지 툴의 버전들은 강의와 동일했는데 Node.js가 v16이었고 강의와 동일하게 migrate사용하기 위해서는 v10까지만 제공됨을 찾아 해결하였습니다.

hero7076678's profile image
hero7076678

asked

Ask a question