Install bcrypt via NPM
masterInstall the library using npm. Note that OS X users using Xcode 4.3.1 or above may need to run a specific command if they encounter xcodebuild errors during installation.
Pre-built binaries are available for:
- Windows x64 and arm64
- Linux x64 and arm64 (GlibC and musl)
- macOS x64 and arm64
Only current stable and supported LTS releases (Node 18+) are actively tested.
npm install bcryptIf xcodebuild errors occur on macOS:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer