Closed ad-m closed 3 years ago
I am gonna to run command-line-usage in browser environment with help of webpack. Unfortunately, webpack 4 polyfill for process module does not support process.stdout. I suggest check if that property is available, before attempt to use it.
process
process.stdout
Hi, the latest code in the master branch should now compile and run correctly in the browser.. let me know if you have any issues.
master
I am gonna to run command-line-usage in browser environment with help of webpack. Unfortunately, webpack 4 polyfill for
process
module does not supportprocess.stdout
. I suggest check if that property is available, before attempt to use it.