doc(react): Node 17 openssl change causes error (#3523)

This commit is contained in:
Danny L 2021-11-07 21:54:43 -05:00 committed by GitHub
parent b0b275ee34
commit 263088990b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,11 @@ Automated functional testing is powered by Cypress and MirageJS. When running th
`yarn test:e2e:ci`
#### Troubleshooting
`Error: error:0308010C:digital envelope routines::unsupported`: This error message shows up when using Node 17, due to an OpenSSL update related to md5.
The best workaround is to revert to the Active LTS version of Node, 16.13.0 with the command `nvm install 16.13.0` and if necessary reinstall yarn `npm install --global yarn`.
### Theming
#### Selecting a theme