So, I've been working in node.js and react native before in Windows 10 without any issues. But ever since I started using this new laptop, with windows 11 in it, I get these annoying errors.
Doing npm install -g npm@8.3.1
gave me the following result
so I did npm audit fix
as suggested, on which I was greeted with this:
and so I did npm i --package-lock-only
, again, as suggested. Which got me:
IDK what I'm doing wrong. I don't know how it'll affect me. Can someone help me understand this? Thanks!