0
Reactive Web Applicationsの本を読もうとしていますが、LightbendアクティベータがEOLされていないため、すでに古くなっているようですどのようにして、少なくとも私ができるかどうかわからないはずがありません)。Lightbendアクティベータをsbtに翻訳する
私は私も同等sbt
コマンドだったが、次のエラーを得たものを試してみました
activator new twitter-stream play-scala-2.4
本の中でコマンドを介して行われることになる新しいプロジェクトを作成する問題に直面しています。
urban:playground dhosek$ sbt new playframework/play-scala-seed.g8
[info] Set current project to playground (in build
file:/Users/dhosek/playground/)
[error] Not a valid command: new (similar: set)
[error] Not a valid project ID: new
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: new (similar: name, run, runner)
[error] new
[error] ^
ヘルプがありますか?
これは正しい答えです。新しいコマンドを使用するには、sbtを更新する必要があります。 –