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 #222

Open
Gnosnay opened this issue Mar 9, 2021 · 1 comment
Open

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

Gnosnay opened this issue Mar 9, 2021 · 1 comment

Comments

@Gnosnay
Copy link

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

@cjiung123
Copy link

Running npm update fixed the issue for me

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

No branches or pull requests

2 participants