I had the same issue but it was caused by a broken package-lock.json
file.
Deleting package-lock.json
and running npm install
again fixed it for me.
I had the same issue but it was caused by a broken package-lock.json
file.
Deleting package-lock.json
and running npm install
again fixed it for me.