uosis / laminar-web-components

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

maven dependency not found? #7

Closed YUFAN2GA closed 3 years ago

YUFAN2GA commented 3 years ago

I followed instruction to see showcase, and got below exception

(base) os1@4K8G:~/src/laminar-web-components/examples/showcase$ sbt fastOptJS::webpack
[info] Loading settings for project showcase-build from plugins.sbt ...
[info] Loading project definition from /home/os1/src/laminar-web-components/examples/showcase/project
[info] Loading settings for project showcase from build.sbt ...
[info] Set current project to laminar-components-showcase (in build file:/home/os1/src/laminar-web-components/examples/showcase/)
[info] Updating
[info] Resolved  dependencies
[warn]
[warn]  Note: Unresolved dependencies path:
[error] sbt.librarymanagement.ResolveException: Error downloading dev.laminar:laminar-components-material_sjs1_2.13:0.1-SNAPSHOT
[error]   Not found
[error]   Not found
[error]   not found: /home/os1/.ivy2/local/dev.laminar/laminar-components-material_sjs1_2.13/0.1-SNAPSHOT/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/dev/laminar/laminar-components-material_sjs1_2.13/0.1-SNAPSHOT/laminar-components-material_sjs1_2.13-0.1-SNAPSHOT.pom
uosis commented 3 years ago

This is because the components package is not published yet. You need to do publishLocal first:

cd material
sbt publishLocal