Skip to content

Commit

Permalink
Document known issue with node versions 17+ (vitessio#10483)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason authored Jun 9, 2022
1 parent 2b59f38 commit f928f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/vtadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Prerequisites

- [node](https://nodejs.org) >= 16.13.0 LTS
- _Note_: If you are using Node >= 17.x.y, you may see errors like `Error: error:0308010C:digital envelope routines::unsupported` when running `npm run build`. This is due to node dropping support for older versions of `openssl`. A workaround was added in [nodejs/node#40455](https://github.com/nodejs/node/issues/40455), allowing you to `export NODE_OPTIONS="--openssl-legacy-provider"` before running `npm run build`.
- npm >= 8.1.0 (comes with node)

## Available scripts
Expand Down

0 comments on commit f928f8a

Please sign in to comment.