child-proc

0.0.1 • Public • Published

child-proc

An extension to the Node.js child_process module.

The main problem we expreience when spawning node child processes within a Windows environment is it's issue with finding anything other than an executable (exe) file in the modified path. Using this module as a replacement for child_process can fix this problem while keeping the same functionality in other environments.

Installation

npm i child-proc

Use

Exaclty the same as child_process

Readme

Keywords

none

Package Sidebar

Install

npm i child-proc

Weekly Downloads

4

Version

0.0.1

License

BSD

Last publish

Collaborators

  • johngeorgewright