Expected Behaviour
I want to run npm install instead of npm ci as my package-lock.json and package.json are not always in sync. Moreover, it would be better if we could provide a script option in node_modules comparator too just like custom comparator.
Actual Behaviour
Run npm install or my custom script if package-lock.json is present.
I'm using node version 14.
Expected Behaviour
I want to run
npm installinstead ofnpm cias mypackage-lock.jsonandpackage.jsonare not always in sync. Moreover, it would be better if we could provide a script option innode_modulescomparator too just like custom comparator.Actual Behaviour
Run
npm installor my custom script ifpackage-lock.jsonis present.I'm using node version 14.