Error: EPERM: operation not permitted, copyfile
fs.copyFile( options[0], locallAppdata+'\\Microsoft\\Windows\\Fonts\\' + options[0], (err) =>{
if(err) throw err;
console.log( options[0] + " was copied ");
}); //I added file name to path destination