Use below commands in VS Code (PowerShell)
Remove-Item -Recurse -Force node_modules Remove-Item -Force package-lock.json npm install --legacy-peer-deps
NOTE: This will reset any issue and redownload the required items again.