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