retore react app

JavaScript
This is how you restore a cloned repository(React app)
delete the package-lock.json
go to the terminal and type the command: npm install
Source

Also in JavaScript: