Hello,
I change an existing module (MMM-EasyPix) for my needs and therefor need to know all files in a directory. But when I insert a
const fs = require( 'fs');
at the beginning of the code so I could call
fs.readdirSync()
the whole module seems to crash
Where is the error??
Thanx for any help