OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM JSEngine such as NodeJS should be installed Warning

This topic contains 1 reply, has 2 voices, and was last updated by  Hryhorii Hrebiniuk 7 years, 11 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #30337

    mikeboski
    Participant

    Even though I have nodeJS installed I get this message during install

    (Yellow Trangle image)JSEngine such as NodeJS should be installed Install JSEngine.

    in terminal when I run “node -v”
    It outputs V6.0.0

    Any ideas what I need to do to get rid of warning.

    Thanks

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #30338

    Hryhorii Hrebiniuk
    Participant

    Hello @mikeboski,

    During installation, Oro tries to find any installed JS engine in the method getDefaultJsEngine. It users global PHP variable $_SERVER[‘PATH’].

    Please, check where your NodeJS installed (Unix):

    And then, check you $_SERVER[‘PATH’].
    – for command line PHP configuration, it will be:

    – for PHP over web, create file with content:

    Put this file into document root and open it over http. The output is

    Take in account, that user running “node -v” in terminal is different from user that web-server uses.

    NodeJS have to be accessible for WebServer’s user

Viewing 1 replies (of 1 total)

The forum ‘OroCRM’ is closed to new topics and replies.

Back to top