marklai1998 commented on issue #8639:
URL: https://github.com/apache/skywalking/issues/8639#issuecomment-1286498519
I also faced this issue, so I do this to bypass it first
```ts
import agent from 'skywalking-backend-js'
const agentInstance = has('default', agent)
? (agent.default as typeof agent)
: agent
agentInstance.start()
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]