parse-comments icon indicating copy to clipboard operation
parse-comments copied to clipboard

Browserify error: Error: Can't walk dependency graph: Cannot find module './formatter' from

Open lacmuch opened this issue 5 years ago • 1 comments

In /lib/index.js pls change line

from: define('formatter', () => require('./formatter')); to: define('formatter', () => require('./format/formatter'));

Thx!

lacmuch avatar Sep 16 '20 17:09 lacmuch

I use the mysql2 2.2.5 version which does not have cardinal but the helper.js requires for the cardinal as below. How to solve this?

Error: Can't walk dependency graph: Cannot find module 'cardinal' from '\node_modules\mysql2\lib' required by node_modules\mysql2\lib\helpers.js

ashokkumarg avatar Jan 11 '21 12:01 ashokkumarg