Webjar生态系统最近被破坏了。
见https://github.com/webjars/webjars/issues/1789org.webjars.npm:react:16.2.0
依赖于org.webjars.npm:loose-envify:[1.1.0,2)
,它现在包括新发行的版本1.4.0,该版本依赖于无法解析的org.webjars.npm#js-tokens;[3.0.0,4),[4.0.0,5)
。
如何将org.webjars.npm:loose-envify
的版本强制为1.3.1,或将org.webjars.npm#js-tokens
的版本强制为3.0.2?
我尝试了https://github.com/japgolly/scalajs-react/commit/6446d73464f5f4836d1af1aff5f750325f8e24f7,但没有成功。
最佳答案
由here回答https://github.com/rpiaggio(谢谢!)
使用dependencyOverrides += "org.webjars.npm" % "js-tokens" % "3.0.2"