You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[info] Stylus compiling on 1 source(s)
[error] /path/to/app/assets/main.styl:3: TypeError: Cannot call method "call" of undefined
[error] Unknown line
[error] ^
[error] one error found
[error] (front-end/web-assets:stylus) com.typesafe.sbt.web.CompileProblemsException
Installing node solved the problem.
The text was updated successfully, but these errors were encountered:
Installing node solved the problem.
The text was updated successfully, but these errors were encountered: