Skip to content

Commit 6d24e53

Browse files
committed
node_options var
1 parent e7cd90d commit 6d24e53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Note the port that the React app starts on... you'll need this in setting up env
5858

5959
Depending on your version of Node.js, you may see an error mentioning something about "digital envelop routines" when running `npm start`. This error can be resolved by setting an environment variable to support legacy OpenSSL providers prior to running `npm start`. See [this discussion](https://stackoverflow.com/questions/74726224/opensslerrorstack-error03000086digital-envelope-routinesinitialization-e) for details.
6060

61+
e.g.: on \*NIX systems:
62+
63+
```bash
64+
export NODE_OPTIONS=--openssl-legacy-provider
65+
```
66+
6167
### Start the front-end app as a container
6268

6369
Alternatively, the front-end can be started as a Docker container.

0 commit comments

Comments
 (0)