How to install/run node with a new node module in sandbox?
1
Hi Is it possible to install node in Sanbox by a script into the resource folder and then installing other node modules? I need to execute a script in Java over a js module in node. Placing the module inside the resource folder wont work as it needs node execution. What can I do?
asked
OA
1 answers
-2
I would consider that a security risk if that was made possible.