I run this
fs.writeFile('../../prefixcustom.json', JSON.stringify(pprefix, null, 2), (err) => {
if (err) console.log(err)
})
but he return :
{ [Error: EACCES: permission denied, open '../../prefixcustom.json']
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '../../prefixcustom.json' }
I need help thk for reply
MOD EDIT: formatting