1. (node:4092) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
    2. (Use `node --trace-warnings ...` to show where the warning was created)
    3. - Sending code to judge
    4. (node:4177) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
    5. (Use `node --trace-warnings ...` to show where the warning was created)
    6. [ERROR] session expired, please login again [code=-1]

    解决方案

    当前使用的 node 版本太高,切换为 node@12 就没问题了

    参考: