In the parent folder of my create-react-app folder I deleted the package-lock.json and node-modules file by mistake. I tried using npm install but it did not work and only created an empty package-lock.json file. How do I undo this? Please help.
By parent folder I mean the folder in which I typed
create-react-app myApp
and in which the myApp folder gets created