figwheel не запускается в реактивном проекте на windows7 - PullRequest
0 голосов
/ 06 декабря 2018

Я пытаюсь запустить figwheel для проекта реагентов:

Новое приложение реагента lein
cd app
Круговое колесо lein

После этого я получаю следующий вывод:

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_proxy.
Если у вас есть понимание, что делать дальше, чтобы исправить проблему, я буду признателен

https://youtu.be/rAcaJG8OeKw


Обновление:
по команде

lein новое приложение figwheel-main - --reagent

Я получаю

 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.

1 Ответ

0 голосов
/ 20 декабря 2018

Это была моя глупая ошибка.Я был уверен, что у меня есть инструменты curl и wget на моем ноутбуке, но у меня их нет.Итак, после установки их на мой Window7 у меня есть все, что я хочу.

...