figwheel不能在windows7的试剂项目中启动

0aydgbwb  于 2021-06-30  发布在  Java
关注(0)|答案(1)|浏览(286)

我正在试着为试剂项目运行figwheel:
莱茵新试剂app
cd应用程序
莱恩菲格韦尔
之后,我将收到以下输出:

Could not transfer artifact org.apache.commons:commons-compress:pom:1.3 from/to central (https://repo1.maven.org/maven2/): Received fatal alert: protocol_version
Could not transfer artifact com.yahoo.platform.yui:yuicompressor:pom:2.4.7 from/to central (https://repo1.maven.org/maven2/): Received fatal alert: protocol_version
Could not transfer artifact com.google.javascript:closure-compiler:pom:v20141120 from/to central (https://repo1.maven.org/maven2/): Received fatal alert: protocol_version<br>
Could not transfer artifact commons-io:commons-io:pom:2.4 from/to central (https://repo1.maven.org/maven2/): Received fatal alert: protocol_version
Could not transfer artifact org.clojure:core.async:pom:0.1.338.0-5c5012-alpha from/to central (https://repo1.maven.org/maven2/): Received fatal alert: protocol_version<br>
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.<br>

我不知道下一步该怎么处理这个问题。我检查了环境变量,但没有任何“http\u proxy”变量。
如果你知道下一步该怎么做来解决这个问题,我将不胜感激
https://youtu.be/racajg8oekw
更新:
按命令
莱恩新figwheel主应用程序----试剂
我收到

Failed to resolve version for figwheel-main:lein-template:jar:RELEASE: Could not find metadata figwheel-main:lein-template/maven-metadata.xml in local (C:\Users\user\.m2\repository
)
Failed to resolve version for figwheel-main:lein-template:jar:RELEASE: Could not find metadata figwheel-main:lein-template/maven-metadata.xml in local (C:\Users\user\.m2\repository
)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Could not find template figwheel-main on the classpath.
piv4azn7

piv4azn71#

那是我愚蠢的错误。我确信我的笔记本电脑上有curl和wget工具,但我没有。所以,在我的window7上安装了它们之后,我得到了我想要的一切。

相关问题