osrf / gazebojs

3 stars 3 forks source link

node deprecation warning #14

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).


npm install issues the following warning:


(node) child_process: options.customFds option is deprecated. Use options.stdio instead.

It is because of chilld_process code like this:


proc = spawn('node', args, { stdio: 'inherit', customFds: [0, 1, 2] });

This happens with node v5.10.1