3

我想使用 otp 从牛仔发送 http 帖子httpc:request/4;

application:start(inets) 返回错误:

错误,{“没有这样的文件或目录”,“inets.app”}

我怎样才能启动 inets?

4

1 回答 1

0

来自https://github.com/ninenines/cowboy/issues/1040#issuecomment-254970067

“尝试将 LOCAL_DEPS = inets 添加到您的 Makefile 并再次执行 make run。”

这对我有用。

于 2020-03-24T03:20:45.923 回答