Actyx / Actyx/advanced-example

Missing command package.json & windows interoperability

オープン
#27 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi all

In the finished-tutorial branch within package.json there is a missing command "run" after npm

`"electron-react": "concurrently \"BROWSER=none npm ui:dashboard:start\" \"wait-on http://localhost:1234 && electron .\"",`

should be (also added cross-env since not working without it)

` "electron-react": "concurrently \"cross-env BROWSER=none npm run ui:dashboard:start\" \"wait-on http://localhost:1234 && electron .\"",`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。