just delete package-lock.json file and then install packages, that’s all you need and should be works
rm package-lock.json && npm i
just delete package-lock.json file and then install packages, that’s all you need and should be works
rm package-lock.json && npm i