• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    해결됨

truffle init error(truffle 4.1.14버전 사용시)

20.01.04 12:13 작성 조회수 173

0

Downloading...

Error: Truffle Box at URL https://github.com/truffle-box/bare-box.git doesn't exist. If you believe this is an error, please contact Truffle support.

    at Request._callback (C:\Users\hwily\AppData\Roaming\npm\node_modules\truffle\build\webpack:\packages\truffle-box\lib\utils\unbox.js:50:1)

    at Request.self.callback (C:\Users\hwily\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:185:1)

    at Request.emit (events.js:210:5)

    at Request.<anonymous> (C:\Users\hwily\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:1157:1)

    at Request.emit (events.js:210:5)

    at IncomingMessage.<anonymous> (C:\Users\hwily\AppData\Roaming\npm\node_modules\truffle\build\webpack:\~\request\request.js:1079:1)

    at Object.onceWrapper (events.js:299:28)

    at IncomingMessage.emit (events.js:215:7)

    at endReadableNT (_stream_readable.js:1184:12)

    at processTicksAndRejections (internal/process/task_queues.js:80:21)

현재 truffle 4.1.14버전으로 사용 시, truffle init 할 때 위와 같은 에러가 발생하였습니다.

검색해보니 4.1.14 버전에서 무언가 에러가 있는 것 같습니다.

(https://ethereum.stackexchange.com/questions/64358/truffle-box-at-url-https-github-com-truffle-box-bare-box-git-doesnt-exist)

그래서 4.1.15버전으로 업그레이드하여 사용하였습니다.

npm i -g truffle@4.1.15

이상입니다.

답변 0

답변을 작성해보세요.

답변을 기다리고 있는 질문이에요.
첫번째 답변을 남겨보세요!