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

  1. Open the Amezmo dashboard at https://www.amezmo.com/sites

  2. Choose the name of the application.

  3. Above the horizontal tab navigation menu, click the Production or Staging tab.

  4. In the horizontal tab navigation menu, choose the Deployments tab.

  5. Scroll down to the Settings section.

  6. Find the NPM toggle switch.

    Deployments Settings section with the NPM package caching toggle switch
  7. Click the switch

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