Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

upgrade to node-gyp@1.0.3 fixes customFds warning #7559

Closed
wants to merge 1 commit into from

Conversation

jeffbski
Copy link
Contributor

@jeffbski jeffbski commented Mar 6, 2015

Upgrade bundled node-gyp from v1.0.2 to v1.0.3 which fixes the warning

customFds option is deprecated, use stdio instead.

Projects which use npm to run node-gyp continue to get this error until this version is published with latest npm.

Upgrade bundled node-gyp from v1.0.2 to v1.0.3 which fixes the warning

```
customFds option is deprecated, use stdio instead.
```
@jeffbski
Copy link
Contributor Author

jeffbski commented Mar 6, 2015

Details of the customFds fix is here:nodejs/node-gyp#533

@othiym23
Copy link
Contributor

othiym23 commented Mar 6, 2015

Excellent! This will make @trevnorris happy, or at least less annoyed. I'm away from my computer right now, so I'll merge this tonight. Thanks, Jeff!

@jeffbski
Copy link
Contributor Author

jeffbski commented Mar 6, 2015

My pleasure. :-)

@trevnorris
Copy link

whoot!

@othiym23
Copy link
Contributor

Landed as a91f2c7. Thanks, Jeff!

@othiym23 othiym23 closed this Mar 12, 2015
@jeffbski
Copy link
Contributor Author

Awesome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants