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

前端 未结 6 732
不知归路
不知归路 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:24

    As an alternative to setting the environment variable, you can add this line to your build.sbt file:

    JsEngineKeys.engineType := JsEngineKeys.EngineType.Node
    

    See: https://github.com/sbt/sbt-js-engine

提交回复
热议问题