Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

types__react;0: not found #2

Open
shortwavedave opened this issue Aug 28, 2017 · 2 comments
Open

types__react;0: not found #2

shortwavedave opened this issue Aug 28, 2017 · 2 comments

Comments

@shortwavedave
Copy link

I initialized the seed project, then sbt run, and I get this error:

org.webjars.npm#types__react;0: not found

Any idea why I might be getting this error?

More detail:

[info] Resolving org.webjars.npm#types__react;0 ...
[warn] module not found: org.webjars.npm#types__react;0
[warn] ==== local: tried
[warn] /Users/davidsacharny/.ivy2/local/org.webjars.npm/types__react/0/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/org/webjars/npm/types__react/0/types__react-0.pom
[warn] ==== bintray-webjars-maven: tried
[warn] https://dl.bintray.com/webjars/maven/org/webjars/npm/types__react/0/types__react-0.pom
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.webjars.npm#types__react;0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info] Resolving org.webjars.npm#types__react;0 ...
[warn] module not found: org.webjars.npm#types__react;0
[warn] ==== local: tried
[warn] /Users/davidsacharny/.ivy2/local/org.webjars.npm/types__react/0/ivys/ivy.xml
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/org/webjars/npm/types__react/0/types__react-0.pom
[warn] ==== bintray-webjars-maven: tried
[warn] https://dl.bintray.com/webjars/maven/org/webjars/npm/types__react/0/types__react-0.pom
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.webjars.npm#types__react;0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] org.webjars.npm:types__react:0
[warn] +- org.webjars.npm:types__react-redux:4.4.45 (/Users/davidsacharny/src/react_test2/build.sbt#L10-46)
[warn] +- play-reactjs-typescript:play-reactjs-typescript_2.11:0.0.2
[warn] org.webjars.npm:types__react:0
[warn] +- org.webjars.npm:types__react-redux:4.4.45 (/Users/davidsacharny/src/react_test2/build.sbt#L10-46)
[warn] +- play-reactjs-typescript:play-reactjs-typescript_2.11:0.0.2

@joost-de-vries
Copy link
Owner

I don't get the same problem. It looks like types__react-redux has a dependency on types_react that doesn't work on your end. I'd try updating the versions of the types.
A PR is welcome.

@irsital
Copy link
Contributor

irsital commented Sep 19, 2017

I got the same error log as @shortwavedave.

I've submitted PR #3 to resolve this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants