Git Product home page Git Product logo

Comments (4)

vmunier avatar vmunier commented on May 27, 2024

Hello,
The typesafe resolver was actually missing from the build. Thanks for pointing our this issue.
I have pushed this commit 1ca7891, which should fix it. So, you can pull the changes or clone a fresh copy of the repository and run sbt again.
PS: I first could not see this problem because the SBT dependency was already stored in my local cache.

from play-scalajs.g8.

gustawdaniel avatar gustawdaniel commented on May 27, 2024

Thank you. Now i ended with

[warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[warn] 
[warn] 	* org.codehaus.plexus:plexus-utils:3.0.18 is selected over 1.0.4
[warn] 	    +- org.codehaus.plexus:plexus-archiver:2.7.1          (depends on 1.0.4)
[warn] 	    +- org.codehaus.plexus:plexus-io:2.2                  (depends on 1.0.4)
[warn] 	    +- org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1 (depends on 1.0.4)
[warn] 
[warn] Run 'evicted' to see detailed eviction warnings
[info] Set current project to play-scalajs.g8 (in build file:/home/daniel/exp/play-scalajs.g8/)
[info] Updating {file:/home/daniel/exp/play-scalajs.g8/}play-scalajs-g8...
[info] Resolving org.scala-sbt#sbt-launch;0.13.17 ...
[info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/scripted-sbt/0.13.17/jars/scripted-sbt.jar ...
[info] 	[SUCCESSFUL ] org.scala-sbt#scripted-sbt;0.13.17!scripted-sbt.jar (1955ms)
[info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/scripted-framework/0.13.17/jars/scripted-framework.jar ...
[info] 	[SUCCESSFUL ] org.scala-sbt#scripted-framework;0.13.17!scripted-framework.jar (1844ms)
[info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.17/jars/sbt-launch.jar ...
[info] 	[SUCCESSFUL ] org.scala-sbt#sbt-launch;0.13.17!sbt-launch.jar (3631ms)
[info] Done updating.
java.lang.RuntimeException: No main class detected.
	at scala.sys.package$.error(package.scala:27)
[trace] Stack trace suppressed: run last compile:run for the full output.
[error] (compile:run) No main class detected.
[error] Total time: 13 s, completed 2018-03-22 16:21:45

But I do not know java or scala well so maybe this is not the problem of this package, but just something wrong with my computer. I do not want to bother you. Issue to close.

from play-scalajs.g8.

vmunier avatar vmunier commented on May 27, 2024

This project is only the Giter8 template to create an application (you cannot sbt run the template).
If you want to run the application that this Giter8 template produces, follow these steps:

$ sbt new vmunier/play-scalajs.g8 --name=play-scalajs --organization=com.example
$ cd play-scalajs
$ sbt
> run
$ open http://localhost:9000

from play-scalajs.g8.

gustawdaniel avatar gustawdaniel commented on May 27, 2024

Wow. Now it works! Thank you very much!

from play-scalajs.g8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.