triplex icon indicating copy to clipboard operation
triplex copied to clipboard

Install node modules when lockfile hash doesn't match stored one

Open itsdouges opened this issue 2 years ago • 0 comments

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.

itsdouges avatar May 31 '23 07:05 itsdouges