Reply to 969527958225522690
If you maintain an up-to-date package-lock.json (by using npm 5), npm ci will install the exact dependencies from the lockfile where an npm i will install the latest release that matches your version specification in package.json. This means you can retrieve exact configurations.Response: 969527961379581952