Hi @nraboy, I think I heard you comment in a video that a command that would install all the dependencies of the package.json file in a project would be good, that is precisely what the following command does:
@nraboy maybe you are right and you meant installing dependencies that were actually used rather than dependencies that were listed in the package.json, I thought you refer to dependencies listed in the package.json, but I should be wrong, don’t remember exactly in which video I listened it.
Maybe installing dependencies that were actually used could be achieved with some VSCode extension.