npm ci fails in Github Action – Ubuntu
I am working on a pipeline to install npm packages using GitHub Actions, I am getting this error: npm ERR! code EUSAGE npm ERR! npm ERR! The `npm ci` command can only install with an existing package-lock.json or npm ERR!…