Latest version of this docer image creates webpack related issue
yj27594 opened this issue · 0 comments
yj27594 commented
Latest version of docker-react provides Node v17.3.0 version to run react app. But this version is not yet included in LTS (Long term support) by Node. Hence when using this image it causes below error on running react build command.
{
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}