Does anyone know how to switch package from npm to yarn
I accidentally built npm package for a project which is using yarn as there package, And now getting errors when raising PRs to the organization due to extra package-lock.json file and other addons due to npm. How can i remove all npm related stuff that was added when building the project and switch to yarn.
If anyone has any solution please help..
If anyone has any solution please help..
