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
I have tried updating my nodejs as well and have tried changing the path of where my exe of node is onto the extension settings, but nothing has worked ;( please help.
login: (node:44584) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
pass: [ERROR] Login failed. Please make sure the credential is correct.
I have tried updating my nodejs as well and have tried changing the path of where my exe of node is onto the extension settings, but nothing has worked ;( please help.
login: (node:44584) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)pass: [ERROR] Login failed. Please make sure the credential is correct.
PS C:\Users\peter\.leetcode> node --trace-warnings ...
node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module 'C:\Users\peter\.leetcode...'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.11.1
PS C:\Users\peter\.leetcode>
The text was updated successfully, but these errors were encountered: