Since npm audit requires that npm install has already been run and there is a populated package-lock.json in the project, we need to add a warning/error to the npm-audit-ci-wrapper tool which will tell the user that it cannot run if that it not the current status of the project.
Since
npm audit
requires thatnpm install
has already been run and there is a populatedpackage-lock.json
in the project, we need to add a warning/error to thenpm-audit-ci-wrapper
tool which will tell the user that it cannot run if that it not the current status of the project.