As i had problem that ATM project cant be installed on my SSD due to fortune of used space. I added extra option to deepify compile DEV which are triggered using -F or --flatten. This flag make package dependencies of every lambda to be shared across backend of endpoint microservice.
By adding this feature i deacreased ATM-Manage project space from ~25GB to ~2GB.
P.S. Because of instances you may see error with NPM LOCK, just don't pay attention on it, it wont hurt to you compile.
As i had problem that ATM project cant be installed on my SSD due to fortune of used space. I added extra option to
deepify
compileDEV
which are triggered using-F
or--flatten
. This flag make package dependencies of every lambda to be shared acrossbackend
of endpointmicroservice
.By adding this feature i deacreased ATM-Manage project space from
~25GB
to~2GB
.P.S. Because of instances you may see error with
NPM LOCK
, just don't pay attention on it, it wont hurt to you compile.