Context (Environment)
Heroku (Deploy to Heroku button)
Expected Behavior
npm ci succeeds when deploying to Heroku
Actual Behavior
npm ci fails when deploying to Heroku, due to a discrepancy between the package.json and package-lock.json
To Reproduce
Click the Deploy to Heroku button and enter all required environment variables
Possible Solution
Running npm install and pushing an updated package-lock.json
Context (Environment)
Heroku (Deploy to Heroku button)
Expected Behavior
npm cisucceeds when deploying to HerokuActual Behavior
npm cifails when deploying to Heroku, due to a discrepancy between the package.json and package-lock.jsonTo Reproduce
Click the Deploy to Heroku button and enter all required environment variables
Possible Solution
Running
npm installand pushing an updatedpackage-lock.json