• Enigma on a mac

    From themadtux@21:1/121 to All on Mon Sep 11 15:17:30 2017
    So anyone setup Enigma 1/2 on a Mac?

    Ran the install fine but when it came to running oputil.js and making he config
    file is just gives me the following:

    "env: node: No such file or directory"

    it's there, node.js is installed. So if you did set it up on a mac how did you get the config file?

    Thanks,

    -themadtux



    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to themadtux on Mon Sep 11 19:16:24 2017
    On Monday, September 11th themadtux was heard saying...
    So anyone setup Enigma 1/2 on a Mac?
    Ran the install fine but when it came to running oputil.js and making he config file is just gives me the following:

    "env: node: No such file or directory"

    I have, but not in a while. I'll try get around to booting my my Macbook and seeing if anything has broken (sounds like it may have!)

    For the time being it sounds like the "#!/usr/bin/env node" shebang isn't working on at least your Mac. For you can prefix oputil.js and other .js files with node. E.g:
    node oputil.js config new

    That should get you a new config generated. From there you can run yoru board the same way with main.js:
    node main.js

    Hope that helps! Please don't hesitate to ask if there are additional issues.






    --- ENiGMA 1/2 v0.0.8-alpha (linux; x64; 6.11.3)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)