InterceptorBridge get Invalid or unexpected token

I can’t get interceptor to start on Linux, hence I tried to start it myself. But I get a syntax error in internal NodeJs code.

$ ~/.config/postman/InterceptorBridge/InterceptorBridge 
pkg/prelude/bootstrap.js:58
}
^

SyntaxError: Invalid or unexpected token
    at new Script (vm.js:75:7)
    at readPrelude (internal/bootstrap/node.js:175:17)
    at internal/bootstrap/node.js:182:22
    at internal/bootstrap/node.js:189:8
    at startup (internal/bootstrap/node.js:190:6)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:608:3)

I’ve downloaded the latest binary or using the binary from the Postman and still to no avail with the same error.

I used NodeJs LTS 16.

$ node --version
v16.17.1

Can anyone help?
This indeed needs someone at Postman internal.