반응형
⌗ 환경
- Windows 7 64Bit Professional (Service Pack 1)
- Windows 10 64Bit Professional (Version 1607)
⌗ 오류현상
node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v48-linux-x64.tar.gz
⌗ 해결방법
- 관리자 권한으로 콘솔 열기
- windows-build-tools 설치 : npm install --global --production windows-build-tools
- bcrypt 재설치 : npm i bcrypt
[참고]
https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions#microsoft-windows
반응형
'Javascript > NodeJS' 카테고리의 다른 글
[NodeJs][MySQL] Sequelize를 통해 설치 후 배포 환경에 따른 데이터베이스 설정 (0) | 2019.11.16 |
---|---|
[NodeJs] Unhandled rejection SequelizeConnectionError 오류 해결 (0) | 2019.11.16 |
[NodeJs] 웹 서버 커스터마이징 설정 (0) | 2019.11.16 |
[NodeJs] 기본 개념 (0) | 2019.11.16 |