runtime error

Exit code: 1. Reason: > [email protected] start > node app.js file:///app/app.js:4 import { RtcRole, RtcTokenBuilder } from "agora-access-token"; ^^^^^^^ SyntaxError: Named export 'RtcRole' not found. The requested module 'agora-access-token' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'agora-access-token'; const { RtcRole, RtcTokenBuilder } = pkg; at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21) at async ModuleJob.run (node:internal/modules/esm/module_job:191:5) at async ModuleLoader.import (node:internal/modules/esm/loader:337:24) at async loadESM (node:internal/process/esm_loader:34:7) at async handleMainPromise (node:internal/modules/run_main:106:12) Node.js v18.20.8

Container logs:

Fetching error logs...