Open
Description
Problem Summary
There is a warning message from nodejs when leetcode
is launched, I have no idea how to fix it.
░▒▓ ~/Codes/leetcode ▓▒░ leetcode ░▒▓ ✔ base at 17:10:43 ▓▒░
login: (node:49081) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
The real problem is that it's unable to show with ID, I am not sure if it's related to the Warning
problem.
For example, I can show with keyword 'two-sum'
░▒▓ ~/Codes/leetcode ▓▒░ leetcode show 'two-sum' ░▒▓ ✔ base at 17:18:10 ▓▒░
[1] Two Sum
https://leetcode.cn/problems/two-sum/description/
* algorithms
* Easy (53.17%)
* Total Accepted: 5.1M
* Total Submissions: 9.6M
* Testcase Example: '[2,7,11,15]\n9'
....
But fails with ID, with returns "Problem not found"
░▒▓ ~/Codes/leetcode ▓▒░ leetcode show 1 ░▒▓ ✔ base at 17:18:13 ▓▒░
[ERROR] Problem not found!
The same "Problem not found" is returned when submitting.
░▒▓ ~/Codes/leetcode ▓▒░ leetcode submit 1.two-sum.go ░▒▓ 1 ✘ base at 17:21:31 ▓▒░
[ERROR] Problem not found!
How to reproduce
Always.
Environment
- leetcode-cli version: 2.6.2
- OS version: Darwin Kernel Version, root:xnu-10002.61.3~2/RELEASE_ARM64_T8103 x86_64
- Node version: v20.11.0
- Npm version: 10.2.4
Metadata
Metadata
Assignees
Labels
No labels