You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ leetcode version
2.7.0-eded574
(node:47924) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(base)
$ node --trace-warnings ...
internal/modules/cjs/loader.js:1032
throw err;
^
Error: Cannot find module 'C:\software\IDE\leetcode-cli...'
?[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:102
9:15)?[39m
?[90m at Function.Module._load (internal/modules/cjs/loader.js:898:27)?[39m
?[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_ma
in.js:71:12)?[39m
?[90m at internal/main/run_main_module.js:17:47?[39m {
code: ?[32m'MODULE_NOT_FOUND'?[39m,
requireStack: []
}
$ leetcode version
2.7.0-eded574
(node:47924) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)(base)
$ node --trace-warnings ...
internal/modules/cjs/loader.js:1032
throw err;
^
Error: Cannot find module 'C:\software\IDE\leetcode-cli...'
?[90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:102
9:15)?[39m
?[90m at Function.Module._load (internal/modules/cjs/loader.js:898:27)?[39m
?[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_ma
in.js:71:12)?[39m
?[90m at internal/main/run_main_module.js:17:47?[39m {
code: ?[32m'MODULE_NOT_FOUND'?[39m,
requireStack: []
}
. git version 2.24.0.windows.2
. node v14.4.0
. npm -v 6.14.5
. win10
. install format: git clone + ./bin/install (show: leetcode-cli successfully installed.)
The text was updated successfully, but these errors were encountered: