jaredly / jaredly/reprocessing-example-cross-platform
Won't install dependencies on linux platform
- 主要言語
- 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](https://jaredforsyth.com/posts/making-a-cross-platform-mobile-game-in-reason-ocaml/) doesn't mention anything about getting the `rsb` command which apparently is needed.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
示されているコマンドとエラーを使い、Linux 上で `npm i` による失敗を再現する。`reprocessing-scripts` が `ios-deploy` をどのように取り込んでいるか、またリンク先の記事が `rsb` コマンドをどのように紹介しているかを確認する;Linux の依存関係のインストールが機能し、セットアップ手順で `rsb` の取得方法が説明されていれば完了とする。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js, ocaml
- 領域
- build-system, documentation
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100