Clear cache
npm cache clear --force npm cache verify
// clear-cache.bat
@echo Clear .angular cache
cd WebAppUI
npm cache clear --force
npm cache verify
@echo Done
Last updated
Was this helpful?
npm cache clear --force npm cache verify
// clear-cache.bat
@echo Clear .angular cache
cd WebAppUI
npm cache clear --force
npm cache verify
@echo Done
Last updated
Was this helpful?