Try removing your package-lock.json
to see if that helps.
rm -rf package-lock.json
Edit: If the issue still persists, delete node_modules
as well.
rm -rf node_modules
Try removing your package-lock.json
to see if that helps.
rm -rf package-lock.json
Edit: If the issue still persists, delete node_modules
as well.
rm -rf node_modules