[Solved] Every time I try to make React app it is looking for funding & have some vulnerabilities. & then get stuck


Finally I find the solution on someone blog. Click here to see the solution in the blog

Fix 1 (Easy One)-
I don’t know why but this problem is observed with 12.16.2-x64.msi node version. If you installed x64 version then you just need to uninstall this version and install x32 bit version. This fix should solve your problem.

Fix 2-
If you don’t want to reinstall node and continue with the current version then this fix would work.

Open a new cmd window and run resmon command. This command opens resource monitor and you would see something like this –
Alt Text

Once you could see resource monitor. You need to start looking for cmd.exe processes (because there would be more than one cmd.exe based on how many windows you have got open) which are suspended. You could see if a process is suspended by right-clicking on it.Alt Text
If you find any cmd.exe suspended resume it. Your cmd process would also get resumed. There might be a case where cmd again stops, you just follow the above steps again.
The only problem with this is you might need to follow these steps 1 or 2 times more when using npx create-react-app before the error goes away.

0

solved Every time I try to make React app it is looking for funding & have some vulnerabilities. & then get stuck