게시글
질문&답변
2019.11.25
creApple.com 에 강의자료를 다운로드 할 수 없습니다. 확인바랍니다.
감사합니다. 많은 도움 되고 있습니다.
- 0
- 3
- 317
질문&답변
2019.10.04
RealEstate 컨트랙 이름을 변경하면 메타마스크가 실행이 안되요.
변경한 컨트랙 이름으로 truffle test --network ganache 를 하면 테스트는 에러 없이 잘 실행됩니다. 메타마스크에서 특정계정을 선택 후 매입버튼을 누르면 이름, 나이 입력 모달창이 뜨는데 적용을 누르면 메타마스크 창이 떠야하는데 아무런 반응이 없습니다. 메타마스크 설정>connections 에서 localhost는 연결한 상태에서 실행했습니다. 강의에서 배포해준 스타터 프로그램을 복사해서 Dapp를 작성하면 컨트랙 이름을 RealEstate가 아닌 다른 이름을 사용할 수 없도록 배포한 건지 궁금합니다.
- 0
- 4
- 227
질문&답변
2019.10.04
RealEstate 컨트랙 이름을 변경하면 메타마스크가 실행이 안되요.
7.2.1 입니다.
- 0
- 4
- 227
질문&답변
2019.06.21
npm install truffle-hdwallet-provider 설치 에러
7.4 real-estate 를 다운받아 기존 real-estate 폴더에 있던 내용을 모두 지우고, npm install 를 실행하여 노드모듈을 설치한 다음, 깃(git) 과 windows-build-tools 설치는 이미 했으니 바로 npm install truffle-hdwallet-provider 실행하는데 계속 에러 입니다.
- 0
- 7
- 508
질문&답변
2019.06.21
npm install truffle-hdwallet-provider 설치 에러
실행해 봤는데.. 아직 해결 못했습니다. ㅠㅠ
- 0
- 7
- 508
질문&답변
2019.06.21
npm install truffle-hdwallet-provider 설치 에러
여전히 에러가 납니다. node.js(12.4.0) 부터 최신버전으로 설치하였고, truffle도 4.1.15 버전으로깔아봤고, 노드모듈 설치 후 깃(git) 깔고 windows-build-tools 설치 후 truffle_hdwallet_provider 가 설치가 재대로 안됩니다. 어떻게 해야 하죠?
- 0
- 7
- 508
질문&답변
2019.06.19
npm install truffle-hdwallet-provider 설치 에러
비주얼스튜디오는 설치되어 있지 않습니다.아래와 같은 에러가 납니다. PS C:\Users\user\blockchain\real-estate> npm install truffle_hdwallet_provider npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/truffle_hdwallet_provider - Not found npm ERR! 404 npm ERR! 404 'truffle_hdwallet_provider@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2019-06-19T04_40_17_310Z-debug.log PS C:\Users\user\blockchain\real-estate>
- 0
- 7
- 508
질문&답변
2019.05.07
migrate command 실행 후 다시 migrate 을 실행하면 Network up to date. 가 나오지 않습니다.
migrations 폴더에 1_initial_migration.js 파일에서 artifacts.require("./Migrations"); 로 수정하시면 해결됩니다. Migrations 앞에 ./ 현재 디렉토리를 명시해 줘야합니다.
- 1
- 3
- 380