`netlify-plugin-cache-folder` Plugins must be installed

Hello @azzamsa !

I noticed you are using pnpm, have you seen this thread before?

One suggestion in that thread is when using pnpm is to use this pnpm preinstaller plugin.

If you were to use the plugin, first install the plugin then add it as an addition plugin in your netlify.toml file like so:

[[plugins]]
  package = "./plugins/pnpm-preinstaller"
[[plugins]]
  package = "netlify-plugin-cache-folder"

I was able to reproduce your netlify-plugin-cache-folder error by using pnpm and the pnpm preinstaller plugin solved the issue.

Let us know if that was helpful!