简体   繁体   English

由 pm2 运行时出现意外的令牌 * 异常

[英]Unexpected token * exception when run by pm2

I get the following exception when trying to start a node process over pm2 - when I execute the app.js directly everything is working just fine.尝试通过 pm2 启动节点进程时出现以下异常 - 当我直接执行 app.js 时,一切正常。 I see that in the stack trace there is the node_modules folder of pm2 mentioned - why is that?我看到在堆栈跟踪中提到了 pm2 的 node_modules 文件夹 - 为什么会这样?

30|MyPm2Process  | /smprod/dev-backend/node_modules/tedious/lib/token/stream-parser.js:60
30|MyPm2Process  |   static async *parseTokens(iterable, debug, options, colMetadata = []) {
30|MyPm2Process  |                ^
30|MyPm2Process  | SyntaxError: Unexpected token *
30|MyPm2Process  |     at createScript (vm.js:80:10)
30|MyPm2Process  |     at Object.runInThisContext (vm.js:139:10)
30|MyPm2Process  |     at Module._compile (module.js:616:28)
30|MyPm2Process  |     at Object.Module._extensions..js (module.js:663:10)
30|MyPm2Process  |     at Module.load (module.js:565:32)
30|MyPm2Process  |     at tryModuleLoad (module.js:505:12)
30|MyPm2Process  |     at Function.Module._load (module.js:497:3)
30|MyPm2Process  |     at Module.require (module.js:596:17)
30|MyPm2Process  |     at Module.Hook._require.Module.require (/usr/local/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js:70:39)
30|MyPm2Process  |     at require (internal/module.js:11:18)

Node version: 14.16节点版本:14.16

Update your pm2 to the latest version Link将您的 pm2 更新到最新版本Link

Updating pm2 to the latest version as described here fixed the issue immediatelly.将 pm2 更新到此处所述的最新版本立即修复了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM