This tutorial uses simple Pirate games to demonstrate React
State Management
principals. Head on over to the
wiki for details.
If you run into the following error:
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
Set the following enviornment variable
export NODE_OPTIONS=--openssl-legacy-provider
``
More Information: https://github.com/webpack/webpack/issues/14532