I got this error upgrading from Angular 11 to Angular 13. This is the fix, run this in your terminal
rm package-lock.json
rm node_modules
rm dist
npm cache clean --force
npm install
I got this error upgrading from Angular 11 to Angular 13. This is the fix, run this in your terminal
rm package-lock.json
rm node_modules
rm dist
npm cache clean --force
npm install