danielamar101

Results 2 comments of danielamar101

Ahh. so: To install from a package-lock.json (npm ci): ``` loadVirtual reify() ``` To install from package.json (npm i) ``` buildIdealTree() reify() ``` Then what is the point of loading...

That makes sense. So is it advised to only load one of the three trees and reify? Or is there another piece I am missing that connects them all more.