Caporal.js
Caporal.js copied to clipboard
Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
writing const program=require('caporal') gives warning Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
What version do you use ?
Googling it, it seems like several repo have these errors with node.js 14 - on which version of Node and of Caporal do you use ?
i was using node 14. version.. when changed it to node 12. LTS problem was solved caporal version 1.4.0
I have the same issue. In my company, we switched to v14 LTS, and this warning started to appear. Anything that can help to remove it?
It apparently comes from [email protected]
Thanks a lot