Currently the project contains both package-lock.json and yarn.lock. Unsurprisingly, this causes yarn to warn:
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
Is it intended for npm to be used, or for yarn to be used?
Currently the project contains both package-lock.json and yarn.lock. Unsurprisingly, this causes yarn to warn:
Is it intended for npm to be used, or for yarn to be used?