Some errors are thrown when trying to use this package with Node v10.15.0
throw new ERR_INVALID_ARG_TYPE('options.cwd', 'string', options.cwd)
TypeError [ERR_INVALID_ARG_TYPE]: The "options.cwd" property must be of type string
@darkguy2008 - This fix isn't on the npm registry looks like. I still get the error with parallelshell and had to make the same changes locally to get this to work.
Some errors are thrown when trying to use this package with Node v10.15.0 throw new ERR_INVALID_ARG_TYPE('options.cwd', 'string', options.cwd) TypeError [ERR_INVALID_ARG_TYPE]: The "options.cwd" property must be of type string