When I run the command npm install
to install node modules in my react app then is it throwing me this kind of errors......
Can someone help me to solve this kinds of errors..?
2 Replies
Hello Vishal,
Delete your package.json
file and also delete your node modules
folder, then you run npm i
/ npm install
both can will be same work as your wish. Give a try, I think this will be solve your problem.
.........Keep Coding........
Hey Debarghya, my problem was solved...
Thanks for ur support...!