You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using markdown-tableify in my project "top-atom-packages" and ran into the following error:
Scraping results page 1...
Finished scraping
/Users/jonas/Development/170_trending-atom-packages/node_modules/markdown-tableify/index.js:25
let $tds = config.headers.map(hd => `${(rowData[hd.name].replace(/[\n]/g, ' ') || '') || ''}`);
^
TypeError: rowData[hd.name].replace is not a function
at config.headers.map.hd (/Users/jonas/Development/170_trending-atom-packages/node_modules/markdown-tableify/index.js:25:62)
at Array.map (native)
at $rows.concat.data.map.rowData (/Users/jonas/Development/170_trending-atom-packages/node_modules/markdown-tableify/index.js:25:31)
at Array.map (native)
at module.exports (/Users/jonas/Development/170_trending-atom-packages/node_modules/markdown-tableify/index.js:24:29)
at /Users/jonas/Development/170_trending-atom-packages/index.js:73:17
at /Users/jonas/Development/170_trending-atom-packages/node_modules/async/dist/async.js:988:16
at /Users/jonas/Development/170_trending-atom-packages/node_modules/async/dist/async.js:5096:18
at apply (/Users/jonas/Development/170_trending-atom-packages/node_modules/async/dist/async.js:41:25)
at /Users/jonas/Development/170_trending-atom-packages/node_modules/async/dist/async.js:76:12
I am using
markdown-tableify
in my project "top-atom-packages" and ran into the following error:When using the following code: frdmn/top-atom-packages@f49db59
(PR incoming)
The text was updated successfully, but these errors were encountered: