jaredly / jaredly/reprocessing-example-cross-platform
Won't install dependencies on linux platform
未关闭
还没有人认领这个 Issue。
- 主要语言
- OCaml
- 星标
- 50
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
reprocessing-scripts depends on ios-deploy which won't install on linux.
~/D/reprocessing-example-cross-platform (mstr) npm i
npm WARN reprocessing-example-cross-platform@1.0.3 No repository field.
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for ios-deploy@1.9.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in:
npm ERR! /home/skrat/.npm/_logs/2018-04-10T19_36_59_467Z-debug.log
Also, the article doesn't mention anything about getting the rsb command which apparently is needed.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用所示的命令和错误,在 Linux 上通过 npm i 重现该失败。检查 reprocessing-scripts 如何引入 ios-deploy,以及链接的文章如何介绍 rsb 命令;当 Linux 依赖项安装能够正常工作,并且设置说明解释如何获取 rsb 时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, ocaml
- 领域
- build-system, documentation
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100