Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs SBT:无法解析日期范围选择器的依赖项_Reactjs_Playframework_Sbt_Daterangepicker_Webjars - Fatal编程技术网

Reactjs SBT:无法解析日期范围选择器的依赖项

Reactjs SBT:无法解析日期范围选择器的依赖项,reactjs,playframework,sbt,daterangepicker,webjars,Reactjs,Playframework,Sbt,Daterangepicker,Webjars,我试图在Play 2.5/Scala应用程序中使用此基于React的日期范围选择器: 但是,找不到其中一个依赖项: [warn] :: org.webjars.npm#calendar;0.2.1: not found [warn] :: org.webjars.npm#calendar;[0.1.0,0.2): not found ... [error] (common/*:update) sbt.ResolveException: unresolved dependency: org.w

我试图在Play 2.5/Scala应用程序中使用此基于React的日期范围选择器:

但是,找不到其中一个依赖项:

[warn]  :: org.webjars.npm#calendar;0.2.1: not found
[warn]  :: org.webjars.npm#calendar;[0.1.0,0.2): not found
...
[error] (common/*:update) sbt.ResolveException: unresolved dependency: org.webjars.npm#calendar;0.2.1: not found
[error] unresolved dependency: org.webjars.npm#calendar;[0.1.0,0.2): not found
webjars.org存储库中没有日历这样的包。名字改了吗?知道如何成功构建此日期选择器吗?

我找到了react-datepicker和react-bootstrap-daterangepicker


谢谢-有了这些行,我没有得到任何构建错误,但我真的很喜欢onefinestay版本的外观和感觉。。我仍然被那个错误所困扰
libraryDependencies += "org.webjars.npm" % "react-datepicker" % "0.12.0"
libraryDependencies += "org.webjars.npm" % "react-bootstrap-daterangepicker" % "1.0.4"