Hi all,
I am starting with UXP Plugins in Photoshop, and I need to import node modules.
But for example, when I try to import child_process for call external app, it says:
Module not found: “child_process”. Parent module folder was: “./”.
I am not sure if is it possible.
My code is:
const { exec } = require(“child_process”);
Is it already available?
Thanks!