• 카테고리

    질문 & 답변
  • 세부 분야

    블록체인

  • 해결 여부

    미해결

npm install truffle-hdwallet-provider 설치 에러

19.06.19 13:49 작성 조회수 294

0

깃도 설치를 다했고, npm install --global --production windows-build-tools 도 잘 깔았습니다.
그런데, 
npm install truffle-hdwallet-provider 설치 에러가 계속 습니다. 그래서 인퓨라를 통해 ropsten 네트워크에 배포를 할 수가 없는데 어떠한 순서로 깨끗이 지우고 다시 설치를 해야 되나요?

답변 7

·

답변을 작성해보세요.

0

송정현님의 프로필

송정현

질문자

2019.06.21

7.4 real-estate 를 다운받아 기존 real-estate 폴더에 있던 내용을 모두 지우고, npm install 를 실행하여 노드모듈을 설치한 다음, 깃(git) 과 windows-build-tools 설치는 이미 했으니 바로 npm install truffle-hdwallet-provider 실행하는데 계속 에러 입니다.

0

송정현님의 프로필

송정현

질문자

2019.06.21

실행해 봤는데.. 아직 해결 못했습니다. ㅠㅠ

0

흠 이거 실행해보시고 hdwallet provider 설치해보시겠어요? 

npm set registry http://registry.npmjs.org/

https://stackoverflow.com/questions/11920571/cant-install-any-packages-in-node-js-using-npm-install

아무리 봐도 npm 관련 문제인 것 같아보이는데.. 

0

송정현님의 프로필

송정현

질문자

2019.06.21

여전히 에러가 납니다.
node.js(12.4.0) 부터 최신버전으로 설치하였고, truffle도 4.1.15 버전으로깔아봤고, 노드모듈 설치 후 깃(git) 깔고 windows-build-tools 설치 후 truffle_hdwallet_provider 가 설치가 재대로 안됩니다. 어떻게 해야 하죠?

0

재설치한 결과 문제 없었는데요. npm cache 지우고 다시 시작해보시겠어요?

npm cache clean --force 

0

송정현님의 프로필

송정현

질문자

2019.06.19

비주얼스튜디오는 설치되어 있지 않습니다.
아래와 같은 에러가 납니다.

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

혹시 비쥬얼 스튜디오 설치되어 있나요?