我在使用Windows8上的Elixir Phoenix Framework時遇到了嚴重的麻煩。經過大部分特定於平臺的錯誤後,一個錯誤告訴我無法找到鋼筋,並且沒有編譯牧場。我甚至把螺紋鋼放在我的環境中,但它仍然抱怨。總而言之,我應該怎樣編譯牧場,下面是一個錯誤的例子。無法在Windows上生成Phoenix應用程序
Programming [email protected] ~/Documents/GitHub/Elixir/phoenix ((v0.6.1))
$mix phoenix.new newapp ~/newapp
'c:/Program' is not recognized as an internal or external command,
operable program or batch file.
←[31m←[1m** (Mix) Could not compile dependency ranch, c:/Program Files/rebar/reb
ar.cmd command failed. If you want to recompile this dependency, please run: mix
deps.compile ranch←[0m
零件'c:/ Program'不被識別爲內部或外部命令'表明某些東西對於'rebar'路徑中的空間不滿意。也許你可以嘗試把它放在別的地方,在一個不包含空格的路徑中作爲快速修復。 – 2014-12-03 08:31:50
謝謝我的評論幫助我找到了解決方案。如果你不介意你能提出我的問題或我的回答嗎?我需要積分,以便我可以開始upvoting人。更不用說,我相信Windows上還有其他的開發者可能會遇到這種惱人的bug。 – coderrick 2014-12-04 09:34:14