https://github.com/Automattic/cli-table/blob/master/lib/index.js#L51 `if (options.rows)` throws when options is undefined, which happens occurs when creating a table with an empty constructor: `const table = new Table()`. Pin version to 0.3.6 to retain original functionality.