There is currently, two package manger existing in the project. ```bash package-lock.json pnpm-lock.yml ``` We should stick with only one package manager. I recommended using pnpm over npm. ## Task - Delete package-lock.json - Update `Readme.md` and other relevent docs.