triplex
triplex copied to clipboard
Install node modules when lockfile hash doesn't match stored one
Currently the Electron app will install node_modules only when the folder is missing. It should store a hash of the known lockfile and package dependencies and if changes re-install dependencies when opening a project.