我在 OS X 10.10.1 上并且安装了 Erlang。即:
Erlang/OTP 17 [erts-6.2.1] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
我想遵循许多 webmachine 入门教程之一,并创建一个新项目 - 不幸的是我总是卡住。这是我的过程:
$ git clone https://github.com/basho/webmachine.git
$ ./webmachine/scripts/new_webmachine.sh testproject
第二个命令失败:
==> priv (create)
ERROR: Template wmskel not found.
ERROR: create failed while processing /Users/wasabii/webmachine/priv: rebar_abort
除了在 Ubuntu 14 和 OS X 上都显示的上述错误消息之外,我无法得到任何进一步的信息。在前一种情况下,它是一个全新的设置,仅sudo apt-get git/erlang
在尝试运行 shell 脚本之前执行了一次。
有什么我想念的吗?我不太明白错误信息。