Your platform will be unavailable on the 13th of November 2024 from 9am to 12pm (Paris time) for maintenance operations

    •  
      request #25725 Mathoid node app cannot find the relevant node bin
    Infos
    #25725
    Manuel Vacelet (vaceletm)
    2022-05-18 10:54
    2022-03-24 12:00
    27257
    Details
    Mathoid node app cannot find the relevant node bin

    On centos7, the default node is too old. However there is a node12 package that is shipped but node executable is not in the default PATH.

    LocalSettings should be adjusted to:

    $GLOBALS['wgMathoidCli'] = [
            '/opt/rh/rh-nodejs12/root/usr/bin/node',
            '/opt/mediawiki/mathoid/cli.js',
            '-c',
            '/opt/mediawiki/mathoid/config.yaml'
    ];
    
    Mediawiki Standalone
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Robert Vogel (rvogel)
    Stage
    Empty
    Closed
    2022-05-18
    Attachments
    Empty
    References
    Referencing request #25725
    Referenced by request #25725