Actyx / Actyx/advanced-example
Missing command package.json & windows interoperability
Aperta
- Lingua principale
- TypeScript
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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 .\"",`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.