I am deploying the code build first time. I am getting the below error when deploying the code in the server. The pipeline shows succeeded when code merged but when running npm ci in codebuild it throw an error.
[Container] 2021/06/14 12:44:52 Running command npm ci npm ERR! cipm can only install packages with an existing package-lock.json or npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or later to generate it, then try again.