hegel icon indicating copy to clipboard operation
hegel copied to clipboard

Cannot read property 'argumentsTypes' of undefined

Open manast opened this issue 4 years ago • 1 comments

First time I try Hegel on an existing javascript codebase, I just installed the module and:

✗ npx hegel
Cannot read property 'argumentsTypes' of undefined

any ideas?

manast avatar Jul 01 '20 13:07 manast

you need to exclude node_modules and most of your files and try to run hegel on few files or on specific files at a time to find what is causing that error since that is not type error it's hegel crashing with that message so it does not report where in code problem is located

i have similar attempt documented here #208

thecotne avatar Jul 01 '20 14:07 thecotne