I am trying to get started with Snyk on my existing Firebase project and running into this error when trying snyk test
:
Dependency firebase-admin was not found in package-lock.json. Your package.json and package-lock.json are probably out of sync. Please run "npm install" and try again.
To make sure it's not a project issue, I created a fresh new Firebase project as of today (including functions and firestore add-ons) and right after initializing the project with default packages, the snyk fails with this same error.
FWIW, I have tried a fresh React-app installation as well and snyk runs test without issues there. This way I know it's not a snyk bad installation on my machine.
Any ideas where I should start to investigate. As clearing up the modules folder and re-runing npm install did not solve this.