-
Notifications
You must be signed in to change notification settings - Fork 44
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
cant set env vars on 2.0.0 #28
Comments
Hey @burabure thanks for the issue. You could always run it this way instead: NODE_ENV=development parallelshell \"nodemon index.js\" \"node webpack-server.js\" \"npm run watch\" @paulpflug I think we should look at another solution. Possibly revert |
I think so too.. Am 28. Juli 2015 23:36:27 schrieb Keith Cirkel [email protected]:
|
👍 |
@burabure could you try the version on dev branch? |
@darkguy2008 , let me know if this is something of interest to this module: there is already a module for this, cross-env, that does it much better. anyway, I add it with an experimental flag, so it should not create a breaking change (hopefully). |
I think this is because of the switch to exec.
this used to work:
parallelshell \"NODE_ENV=development nodemon index.js\" \"node webpack-server.js\" \"npm run watch\"
now it throws
The text was updated successfully, but these errors were encountered: