본문 바로가기

카테고리 없음

Bcrypt 설치 에러

아래와 같은 에러 해결법

 

npm ERR! code 1
npm ERR! path C:\Users\user\Desktop\프로젝트\HelpWorX\helpworx\node_modules\bcrypt
npm ERR! command failed

npm i -g windows-build-tools


아래와 같은 에러 해결법

gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used

dnpm i node-pre-gyp
npm i sqlite3