Skip to content

Commit

Permalink
Merge pull request #628 from freewil/patch-2
Browse files Browse the repository at this point in the history
readme: improve readability of version table
  • Loading branch information
recrsn committed Aug 19, 2018
2 parents 853142b + 5d242c1 commit 1f0163f
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Expand Up @@ -16,16 +16,14 @@ If you are on a stable version of node, we can't magically know what you are doi

## Version Compatibility

| Node Version | Bcrypt Version |
| ---- | ---- |
| 0.4.x | <= 0.4.x |
| 0.6.x | >= 0.5.x |
| 0.8.x | >= 0.5.x |
| 0.10.x | >= 0.5.x |
| 0.11.x | >= 0.8.x |
| 4.x.x | <= 2.0.x |
| 8.x.x | >= 1.0.3 |
| 10.x.x | >= 3.0.0 |
| Node Version | Bcrypt Version |
| -------------- | -------------- |
| 0.4 | <= 0.4 |
| 0.6, 0.8, 0.10 | >= 0.5 |
| 0.11 | >= 0.8 |
| 4 | < 2.1 |
| 8 | >= 1.0.3 |
| 10 | >= 3 |

`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install you'll need a stable version of node to use bcrypt. If you do not you'll likely see an error that starts with:

Expand Down

0 comments on commit 1f0163f

Please sign in to comment.