error while running the pipeline in Adobe cloud Manager - npm ERR! audit No package.json found: Cannot audit a project without a package.json
Hi All ,
I am getting error while running the pipeline in Adobe cloud Manager


build log below from the pipeline

Switched to a new branch 'dev'
Branch 'dev' set up to track remote branch 'dev' from 'origin'.
[BUILD] Running git change-log command(s)
[BUILD] Running npm audit command(s)
Executing command npm --progress false audit --production --audit-level=critical
npm ERR! code EAUDITNOPJSON
npm ERR! audit No package.json found: Cannot audit a project without a package.json
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-01-23T16_22_54_070Z-debug.log
package.json is present in project still i am getting this error
what can be issue here ?



