nodejitsu / nexpect

spawn and control child processes in node.js with ease
http://github.com/nodejitsu/nexpect
Other
290 stars 37 forks source link

Use cross_spawn for better windows compatibility #37

Closed rejas closed 5 years ago

rejas commented 5 years ago

Running nexpect on windows resulted in ENOENT errors (see https://github.com/Modernizr/customizr/pull/65), macos seemed unaffected.

This replaces the native spawn method with cross_spawn for better compatibility.

rejas commented 5 years ago

hi @indexzero @jcrugzz @Swaagie since you are at godaddy now, what are your plans with the old nodejitsu libraries? trying to get this merged and released here ;-)

indexzero commented 5 years ago

@rejas added you as a maintainer. If you are interested in taking ownership over this library that is something we would be happy to facilitate. Help review / merge a few of the open issues & PRs and then we can cut the first release together.

After that we can even transfer the repo.