When running `azd up` and the frontend image is built, this fails due to the files being out of date. I've ran the following command to solve this. ```bash cd frontend && npm install ``` The build is now succeeding as the `package-lock.json` is now updated.