Syed Habib M
Results
3
issues of
Syed Habib M
Due to node-uuid is deprecated.
Have we consider this for default uuid generation? npm WARN deprecated [email protected]: Use uuid module instead
Hi, I have faced an issue, which always returns `stderr` in `result.stdout` rather than `result.stderr`. **node-ssh** version `10.0.2` ```js ssh.connect({ host: 'localhost', username: '', password: '' }).then(() => { ssh.exec('sudo...