View a list of cached packages

yarn cache list

Example Query the directory path of cache files

yarn cache dir

Clearing cached packets

Yarn Clear cache yarn cache clean

NPM Cache clean –force

Change the cache path of YARN

Yarn config set cache-folder <path> // Specify the cache directory by specifying the --cache-folder parameter yarn <command> --cache-folder <path>Copy the code