Skip to content

Commit

Permalink
Update NodeJS support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Feb 9, 2019
1 parent e838e70 commit f725979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,8 @@ If you are on a stable version of node, please provide a sufficient code snippet
| 0.11 | >= 0.8 |
| 4 | < 2.1 |
| 8 | >= 1.0.3 |
| 10 | >= 3 |
| 10, 11 | >= 3 |
| 12 | >= 3.0.4 |

`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 f725979

Please sign in to comment.