gpt4 book ai didi

node.js - 警告 : node. js 检测失败,sbt 将使用基于 Rhino 的 Trireme JavaScript 引擎

转载 作者:IT老高 更新时间:2023-10-28 23:01:18 26 4
gpt4 key购买 nike

我是 Play framework 的新手.请解释以下警告的含义。

Warning: node.js detection failed, sbt will use the Rhino based Trireme JavaScript engine instead to run JavaScript assets compilation, which in some cases may be orders of magnitude slower than using node.js

我不希望任何会减慢我的应用程序的东西,所以请建议我是否应该将 JS 引擎更改为 Node.js,但我的 PlayFramework 项目在服务器端使用 Java。

最佳答案

你需要安装 Node.js,然后告诉 sbt/java 引擎使用它。

  brew install node

编辑 .bash_profile 并添加:

   export SBT_OPTS="${SBT_OPTS} -Dsbt.jse.engineType=Node -Dsbt.jse.command=$(which node)"

这消除了我在 OSX 上的警告

关于node.js - 警告 : node. js 检测失败,sbt 将使用基于 Rhino 的 Trireme JavaScript 引擎,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31491931/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com