Recently (August 22, 2020 for example), I often experience a certificate error on npm start:
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1501:34)
at TLSSocket.emit (events.js:315:20)
at TLSSocket._finishInit (_tls_wrap.js:936:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:710:12) {
code: 'CERT_HAS_EXPIRED'
}
The code executed by npm start is this:
REACT_APP_WEBSOINS=DEV nw-react-scripts start
npm update seemed to fixed the problem, but it as occurred again and now there is nothing more to update.
Do you know of what certificate this is all about?
Recently (August 22, 2020 for example), I often experience a certificate error on
npm start
:The code executed by
npm start
is this:npm update
seemed to fixed the problem, but it as occurred again and now there is nothing more to update.Do you know of what certificate this is all about?