uosis / laminar-web-components

Web Component definitions for Laminar
MIT License
36 stars 8 forks source link

Showcase project doesn't build #12

Closed zzantares closed 3 years ago

zzantares commented 3 years ago

Hi there, I'm kind a new to ScalaJS so pardon if this is a dumb issue, right of the bat when wanting to try the showcase project I'm getting this:

sbt:laminar-components-showcase> fastOptJS::webpack
[warn] undefined keys `githubOwner` and `githubRepository`
[warn] retaining pre-existing publication settings
[info] Updating
[info] Resolved  dependencies
[warn]
[warn]  Note: Unresolved dependencies path:
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading com.github.uosis:laminar-web-components-material_sjs1_2.13:0.1.0
[error]   Not found
[error]   Not found
[error]   not found: /home/antares/.ivy2/local/com.github.uosis/laminar-web-components-material_sjs1_2.13/0.1.0/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/com/github/uosis/laminar-web-components-material_sjs1_2.13/0.1.0/laminar-web-components-material_sjs1_2.13-0.1.0.pom
[error]   download error: Caught java.io.IOException: Server returned HTTP response code: 400 for URL: https://maven.pkg.github.com/uosis/_/com/github/uosis/laminar-web-components-material_sjs1_2.13/0.1.0/laminar-web-components-material_sjs1_2.13-0.1.0.pom (Server returned HTTP response code: 400 for URL: https://maven.pkg.github.com/uosis/_/com/github/uosis/laminar-web-components-material_sjs1_2.13/0.1.0/laminar-web-components-material_sjs1_2.13-0.1.0.pom) while downloading https://maven.pkg.github.com/uosis/_/com/github/uosis/laminar-web-components-material_sjs1_2.13/0.1.0/laminar-web-components-material_sjs1_2.13-0.1.0.pom
[error] Total time: 3 s, completed Apr 24, 2021 12:38:04 PM

As far as I can see the package is there, maybe this has to do more with sbt-github-packages but I'm not sure 🤔 could you give me a hand with this please?

zzantares commented 3 years ago

To fix this one needs to:

cd material
sbt publishLocal

Also see #7. Additionally one needs yarn installed.