NPM

To clear a cache in npm, we need to run the following command:

npm cache clean --force

You can also verify the cache, by running the following command:

npm cache verify

👉 How to clear the Cache in Npm

YARN

yarn cache clean --all

👉 yarn documentation