일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 워드프레스
- etag
- 랜선아미안해
- Spring
- Kotlin
- kotliln
- HTTP
- LastModified
- 클래스레벨밸리데이션
- 지뢰찾기
- i18n
- brotli
- 지수반등
- 브로틀리
- jsr303
- 알고리즘
- 코드스피츠
- 리얼월드HTTP
- 이렇게살아야되나자괴감이
- 알게뭐냐
- cache-control
- 스프링
- 개미수열
- jsr380
- cross parameter
- Today
- Total
취미개발 블로그와 마음수양
js scrypt 를 설치하기 위한 node-gyp 관련 문제 본문
scrypt 는 최신버전이 5년이전버전인 악독한 라이브러리다.
https://www.npmjs.com/package/scrypt
scrypt
The scrypt crypto library for NodeJS
www.npmjs.com
윈도환경에서 에러났던 것들 수정한 기록..
정리
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
node-gyp 빌드 오류가 발생하는 경우 대처법
ccambo.blogspot.com
이거슨 또 무엇인가
Windows 환경에서 node-gyp build 오류 시
Windows 환경에서 node-gyp build 시 오류가 나는 경우가 있음. node-gyp 으로 모듈을 직접 만드는 경우가 아니라면, 대부분 heapdump 같은 library install 시 만나게 됨 gyp info spawn args [ 'C:\\Program Fil..
tod2.tistory.com
https://github.com/felixrieseberg/windows-build-tools/issues/152#issuecomment-432945646
MS 환경변수 2019 세팅 버전
https://github.com/nodejs/node-gyp/issues/1753
Breaks with VS2019 installed · Issue #1753 · nodejs/node-gyp
node-gyp version 4.0.0 I have vs2015, vs2017 and vs2019 installed, I need them for different projects so uninstalling one isn't really an option. As far as I can tell, if I use msvs_version=201...
github.com
git dep preparation failed 문제
https://github.com/actions/setup-node/issues/214
web3 메시지들
'Language > JavaScript' 카테고리의 다른 글
타임존 문자열 얻는 방법 (0) | 2020.12.01 |
---|---|
자바스크립트 이상했던 점 (0) | 2014.06.07 |
엔터키 리딩 (0) | 2014.06.03 |
자바스크립트 스크롤되는 대로 보여주기 소스 (0) | 2014.06.03 |
네이버api 지도api 에 마커 추가하기 (0) | 2014.05.29 |