woolson opened a new issue #6195: URL: https://github.com/apache/skywalking/issues/6195
Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirement - [ ] Feature or performance improvement ### Bug - Which version of SkyWalking, OS, and JRE? `[email protected]` - Which company or project? - What happened? If possible, provide a way to reproduce the error. e.g. demo application, component version. **Error** Module '"../../proto/language-agent/Tracing_pb"' has no exported member 'SpanLayer'. reproduce steps: 1. Install ``[email protected]` in typescript project 2. Error message `Module '"../../proto/language-agent/Tracing_pb"' has no exported member 'SpanLayer'.` will happen there. 3. Because of some .d.ts file in `src/proto/` content is missed after build(you can check folder `lib/proto/*.d.ts`). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
