Answers for "remove the .cache folder from angular 13 project"

4

angular clear cache

npm cache clear --force
Posted by: Guest on April-08-2021
3

angular compile cache clear

ng build --prod --output-hashing=all
Posted by: Guest on September-21-2020
0

remove the .cache folder from angular 13 project

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "cli": {
    "cache": {
      "enabled": false
    }
  },
  "projects": {}
}
Posted by: Guest on March-19-2022
0

remove the .cache folder from angular 13 project

ng config cli.cache.enabled false
Posted by: Guest on May-02-2022

Code answers related to "remove the .cache folder from angular 13 project"

Code answers related to "Javascript"

Browse Popular Code Answers by Language