Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider adding cross-env to work with windows #11

Open
alechp opened this issue Aug 24, 2018 · 0 comments
Open

consider adding cross-env to work with windows #11

alechp opened this issue Aug 24, 2018 · 0 comments
Milestone

Comments

@alechp
Copy link
Contributor

alechp commented Aug 24, 2018

see here: cross-env

consider this:

    "dev": "PRISMA_ENDPOINT=http://localhost:4466 npm-run-all --parallel start:vanilla playground",

standard windows terminal (ie. when not using bash) will fail.

instead, use this:

    "dev": "cross-env PRISMA_ENDPOINT=http://localhost:4466 npm-run-all --parallel start:vanilla playground",
@alechp alechp added this to the small cleanup milestone Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant