For example:
If I do var fs = require('fs'); I get a require not defined.
Have looked around online it says adding functionExternalModules: true, in settings.json. But still not working. Is it because node-red is running on Connect Automate and automate is not allowing this feature to work?
I noticed you are referring to fs . For file and folder operations, we developed a dedicated package that may already provide what you need. It includes folder capture, folder listing, file operations, and folder operations.