Store your application cache in the right location.
npm install --save application-cache-path
var applicationCachePath = require('application-cache-path')
// cachePath is a string with the path to a directory
// where you can store your cache.
var cachePath = applicationCachePath('My App')
Return a string with the path to a directory where you can store your application specific cache.
Heavily inspired by node-application-config-path
MIT