Adding --local option to yarn-plugin apt
To enable yarn-plugin-apt to strictly resolve dependencies locally
-
Rename src/AptResolver.ts to src/AptRelaxedResolver.ts -
Implement a strict resolver in new src/AptStrictResolver.ts file -
Add --local option to the AptInstallCommand class in src/AptInstallCommand.ts which uses the strict resolver
Edited by Godwin Nweke