We are currently moving everything to yarn
and I'm trying to figure out if there is a way to disable npm
's ability to add/install/update/delete packages? When searching online it seems like everything is talking about doing this in Visual Studio where as I'm looking for something that would disable this across any of our developers machines and ideally echo
the equivalent yarn
command.
Is this something that is possible?