skygragon / leetcode-cli

A cli tool to enjoy leetcode!
MIT License
3.64k stars 457 forks source link

Winston which is dep of prompt will make node 14 fail #222

Open Gnosnay opened 3 years ago

Gnosnay commented 3 years ago

Problem Summary

env: macos 10.15.7 node version: v15.11.0 emit warning message:

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

How to reproduce

> leetcode stat

 Easy    56/422 ( 13.27 %)  ████░░░░░░░░░░░░░░░░░░░░░░░░░░
 Medium  89/763 ( 11.66 %)  ████░░░░░░░░░░░░░░░░░░░░░░░░░░
 Hard    20/320 (  6.25 %)  ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░

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

issue

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

cjiung123 commented 1 year ago

Running npm update fixed the issue for me