【发布时间】:2017-07-03 14:01:44
【问题描述】:
我想使用 otp 的 httpc:request/4; 从牛仔发送 http 帖子
应用程序:start(inets) 返回错误:
错误,{“没有这样的文件或目录”,“inets.app”}
如何启动 inets??
【问题讨论】:
我想使用 otp 的 httpc:request/4; 从牛仔发送 http 帖子
应用程序:start(inets) 返回错误:
错误,{“没有这样的文件或目录”,“inets.app”}
如何启动 inets??
【问题讨论】:
来自https://github.com/ninenines/cowboy/issues/1040#issuecomment-254970067
“尝试将 LOCAL_DEPS = inets 添加到您的 Makefile 并再次执行 make run。”
这对我有用。
【讨论】: