You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ended up doing this, but I am new to node and I am sure I messed something up. var fs = require('fs'); var homedir = require('os-homedir')(); var path = require('path'); var dirpath = path.join(homedir, '.config', 'preferences'); var filepath = path.join(dirpath, "namespace you used when you created the file.pref"); fs.unlinkSync(filepath);
Preferences.remove('com.your.app.identifier')
or something similar would be fantastic.The text was updated successfully, but these errors were encountered: