Hello,
I started to learn react.js a few days ago and everything worked fine, until I have installed react-bootstrap from the official website. Basically, when I use npm install react-bootstrap bootstrap, it gives me 68 vulnerabilities, ERR_OSSL_EVP_UNSUPPORTED, and I can not start the node.js server anymore. This only happens when I install the react-boostrap in npm. What could be the problem here and how do I solve it ?
I forgot to mention, first I will create the react-app, the node js works, and after I install the react boostrap, it gives me and error and the node js does not work anymore