Actyx / Actyx/advanced-example

Missing command package.json & windows interoperability

Open
#27 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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 .\"",`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.