npm clear cache angular cli code example
Example 1: npm clear cache
npm cache clean --force
Example 2: angular clear cache
npm cache clear --force
Example 3: angular compile cache clear
ng build --prod --output-hashing=all
npm cache clean --force
npm cache clear --force
ng build --prod --output-hashing=all