I have latest version of kali linux, when i execute command npx create-react-app
in terminal it takes approximately 5-15 minutes to install modules & dependenceis.
During this process i checked the folder where its installing modules & dependenceis and there i see a folder named node_modules with 1035 items and a package.json file only,
but when it reaches near Typescript it gets stuck for 15-20 mins and then throws back an error and deletes everything it had installed.
I tried with only create-react-app
but it's not working. I also tried to Uninstall nodejs and install it again but thats also not working.