DEV Community

Discussion on: How to fix npm create-react-app stuck at 'found 0 vulnerabilities'?

Collapse
 
tiwariaditya profile image
Aditya Tiwari

Umm, when I had this issue I got away by following process 2 twice after that npx create-react-app never stuck on my machine and I'm still using that same installation.

Collapse
 
nekocodes profile image
Preeti

yeah worked for me too thanks a lot

Collapse
 
nekocodes profile image
Preeti

There's on more thing I wanna ask.. whenever I m using class component in the constructor the super keyword is striked out but the app runs just the fine.. why is that so.. and what can i do??

Thread Thread
 
tiwariaditya profile image
Aditya Tiwari

Hey, I didn't come around something like this before but I have seen people talking about this. I guess, The code is fine and this is something that vscode has induced in the program. As far as, you are not pushing your code into production. You shouldn't be worried about it IMO.

Thread Thread
 
nekocodes profile image
Preeti • Edited

alright.. well i installed yarn in between which was causing the issue i uninstalled it ya