Should I keep both package.lock.json and yarn.lock in my React application. I just want to use yarn as a package manager instead of npm.
In my react application, there is both package.lock.json
and yarn.lock.json
. I dont know how this happened but I don't want to use both in same application, right?. Whenever I deploy my application to heroku, there was some issues because of this. How can I handle this properly?.
Thank you!