Hey there, I'm wondering why we are downloading things from npm "again".
Especially in the case of using the usePackageJSON option, after installing the dependencies for a project, all those dependencies are already available in the local file system.
What would it take to just use those files?
Or is there a good reason not to do that?