IonicaBizau / cli-sunset

:sunrise: A fancy command line tool for knowing the sunset time.
MIT License
9 stars 0 forks source link

non-existent property 'padLevels' of module exports inside circular dependency #20

Open beingmrkenny opened 4 years ago

beingmrkenny commented 4 years ago

I'm getting the following error when I use sunset:

(node:67172) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)

macOS 10.14.6 node v14.1.0

beingmrkenny commented 4 years ago

This is being caused by prompt, which is using an older version of winston:

https://github.com/flatiron/prompt/issues/199