Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Conversation

Gnosnay
Copy link

@Gnosnay Gnosnay commented Mar 9, 2021

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
flatiron/prompt#199

jdneo and others added 30 commits October 7, 2019 18:33
* fix: can not download plugins bug

* fix: LinkedIn change login way bug

* drop: useless console.log, fix: error message

* fix: GihHub login for leetcode

* bug: fix
* fix: can't sign in by cookie on leetcode-cn site

* Used const instead of let
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet