angular clear cache
npm cache clear --force
angular compile cache clear
ng build --prod --output-hashing=all
remove the .cache folder from angular 13 project
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"cache": {
"enabled": false
}
},
"projects": {}
}
remove the .cache folder from angular 13 project
ng config cli.cache.enabled false
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us