Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved dependencies issue (solved) #34

Open
ZeerDonker opened this issue Nov 14, 2017 · 0 comments
Open

Unresolved dependencies issue (solved) #34

ZeerDonker opened this issue Nov 14, 2017 · 0 comments

Comments

@ZeerDonker
Copy link

Hi,

This is fyi post, in case its handy for someone else.

Had the following issue.
[warn] :: org.webjars.npm#minimatch;[2,3),[3,4): not found

Note: Unresolved dependencies path:
[warn] org.webjars.npm:minimatch:[2,3),[3,4)
[warn] +- org.webjars.npm:glob:[5.0.15,6)
[warn] +- org.webjars.npm:commoner:[0.10.0,0.11)
[warn] +- org.webjars.npm:react-tools:0.13.3
[warn] +- com.github.ddispaltro:sbt-reactjs:0.6.8 (scalaVersion=2.10, sbtVersion=0.13) (/home/userName/projectName/project/plugins.sbt#L28-29)
[warn] +- default:projectName:projectVersion-SNAPSHOT (scalaVersion=2.10, sbtVersion=0.13)

One can solve it by adding the following line to the plugins.sbt

dependencyOverrides += "org.webjars.npm" % "minimatch" % "3.0.4"

mihbor added a commit to mihbor/react-play that referenced this issue Dec 22, 2017
Due to an issue with sbt-reactjs minimatch version needs overriding for a successful build: dispalt/sbt-reactjs#34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant