Closed d-enk closed 5 months ago
Hello. For now easyp reads version from lock file and ignore version from easyp.yaml. @ZergsLaw what do you think?
My suggestion:
Read version from easyp.yaml -> if it's absent install version from lock file 1.2. if version is absent in lock file -> install the latest
If version in easyp.yaml is higher than in lock file -> install new version and update lock file
Mb we can just add new command? For example
easyp mod update
And this commang can use versions from easyp.yml?
Mb we can just add new command? For example
easyp mod update I think so
And error for download when version differently
So, by default for easyp mod download
use versions from lock file and ignore versions from easyp.yaml
For easyp mod update
read versions from easyp.yaml and update lock file
right?
My opinion - yes
Something needs to change this behavior. Additional flag maybe, like yarn
--immutable