Skip to content

Missing command package.json & windows interoperability #27

Description

@dabuchera

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions