Turn off NPM package caching

You can disable NPM package caching if you're running into problems with symbolic links, or for other reasons such as wanting to ensure that node_modules is built from scratch on every deployment.

Disable NPM package caching

After turning off NPM package caching, your next deployment will not use the cached node_modules directory.