Bu> Anyone know how to fix this?? Also if not easily fixed, is it possible to
My guess is you're trying to run it with an older version of node.js that doesn't support optional chaining (that ? operator). Upgrading node to version 14 or above may resolve this, but Enigma will probably require additional steps after that (eg. npm install).
(That's my take as an outsider anyway; I've never installed/used Enigma, though I keep meaning to try it.)