I had the same issue and it turned out to be an inconsistent package-lock.json file resulting from a git merge. Deleting package-lock.json and doing npm install to create a fresh one resolved the issue.
I had the same issue and it turned out to be an inconsistent package-lock.json file resulting from a git merge. Deleting package-lock.json and doing npm install to create a fresh one resolved the issue.