Reinstall node_modules

npm/yarn
rm -rf node_modules package-lock.json && npm install
Destructive