Leonid Tishkevich
Leonid Tishkevich

Reputation: 75

Do not run the project play framework

When I start a project browser, which offers play framework error takes off

Not a valid command: backgroundRun
Not a valid project ID: backgroundRun
Expected ':' (if selecting a configuration)
Not a valid key: backgroundRun
backgroundRun
             ^

What should I do?

Upvotes: 0

Views: 142

Answers (1)

Frank
Frank

Reputation: 948

There is no a valid command 'backgroundRun' in sbt/activator console. Maybe you can try use '~run'. https://www.playframework.com/documentation/2.5.x/PlayConsole

Upvotes: 1

Related Questions