Warning: node.js detection failed, sbt will use the Rhino based Trireme JavaScript engine

前端 未结 6 781
不知归路
不知归路 2020-12-31 03:44

I\'m new to Play framework. Please explain the meaning of the below warning.

Warning: node.js detection failed, sbt will use the Rhino based Trireme J

6条回答
  •  难免孤独
    2020-12-31 04:33

    sbt plugins requiring a JS engine are used only in the build process, and so missing Node.js only slows down assets building stages if you use any.

    The built application is not affected.

    Anyway, you may want to install node.js to your PATH, where it should be auto-detected.

提交回复
热议问题