第一次尝试时编译clojurescript时出错

时间:2020-04-10 10:35:42

标签: compiler-errors compilation clojurescript leiningen

详细信息:

  1. Windows 10计算机(64位)
  2. Java版本-14(在我的%PATH%上)
  3. Clojure脚本版本-1.10.597
  4. 莱宁根版本-2.9.3(在我的%PATH%上)
  5. Java在我的计算机上运行!
  6. 我的互联网连接稳定

我的项目目录: C:\ Users [用户名] \ Desktop \ TicTacToe \ tictac \ src \ tictac

我是Clore / Clojurescripts / Lisp的新手,并且目前遵循https://www.youtube.com/watch?v=pIiOgTwjbes教程。

我已经在cmd上执行的命令(在dir:C:\ Users [用户名] \ Desktop \ TicTacToe):

lein new figwheel tictac

cd tictac

lein figwheel

并且每次我运行最后一条命令(第3条)时,我都会遇到编译器错误...并且当我多次运行该命令时,它不会出现相同的错误。

我通常遇到的错误是:

(我是第一次运行此命令(之前从未编译过Clojure文件),它还检索了很多项(每次运行时都不同))

Could not find artifact figwheel-sidecar:figwheel-sidecar:jar:0.5.19 in central (https://repo1.maven.org/maven2/)
Could not transfer artifact figwheel-sidecar:figwheel-sidecar:jar:0.5.19 from/to clojars (https://repo.clojars.org/): Failed to transfer file: https://repo.clojars.org/figwheel-sidecar/figwheel-sidecar/0.5.19/figwheel-sidecar-0.5.19.jar. Return code is: 503 , ReasonPhrase:Backend unavailable, connection timeout.
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.

(注意:我不在代理之后)

0 个答案:

没有答案