-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
spawnSync TypeError: Incorrect value for stdio stream when running build:examples #438
Comments
Isn't this a Babel issues rather than ours? |
Closing as you fixed it in #439. Thanks! |
I discovered that if I installed io.js 3.0.0 that there were no issues and when running the counter and todo examples, io.js is required for the tests to run (jsdom requirement) when running "npm run build:examples". I see from .travis.yml now that you're running io.js, so I wondering if an enforcement via package.json or just a readme note would help those in the near future. |
It's something for a “Contributing” doc we don't currently have. |
I'm running into the following issue on the breaking-changes-1.0 and rewrite-docs-again branches.
I'm see the issue on 0.10.38, 0.12.1 and 0.12.7.
Looks related to this nodejs/node-v0.x-archive#9158
Submitting a PR soon to get past this.
The text was updated successfully, but these errors were encountered: