Language/JavaScript
js scrypt 를 설치하기 위한 node-gyp 관련 문제
아라한사
2021. 6. 7. 13:59
scrypt 는 최신버전이 5년이전버전인 악독한 라이브러리다.
https://www.npmjs.com/package/scrypt
윈도환경에서 에러났던 것들 수정한 기록..
정리
NVM 으로 node 버전을 10 버전으로 낮췃다. => 10.15.2
Python 을 최신버전으로 설치했다.
Windows VisualStudio 를 2017 용으로 맞췄다. 2019버전은 에러가 난다.
첫 구글링해서 나오는 답변인, windows-build-tools 는 설치가 안된다.
-----
첫번째 시도
npm install --global --production windows-build-tools
를 해보라는 것
근데 파이썬 설치에서 멈춤 ㅠ
https://ccambo.blogspot.com/2017/04/node-gyp.html
이거슨 또 무엇인가
https://github.com/felixrieseberg/windows-build-tools/issues/152#issuecomment-432945646
MS 환경변수 2019 세팅 버전
https://github.com/nodejs/node-gyp/issues/1753
git dep preparation failed 문제
https://github.com/actions/setup-node/issues/214
web3 메시지들