tilgovi commented on issue #96:
URL: 
https://github.com/apache/incubator-annotator/issues/96#issuecomment-699748065


   The types build process is designed with a solution style, where each 
package has is its own TypeScript build that emits declaration files. This 
error looks like what happens when one project tries to compile its declaration 
files before a dependency has built successfully.
   
   What version of TypeScript is being used? I would think that most 
invocations would result in the local TypeScript declared by package.json being 
used. Just in case some global TypeScript version is used instead, I think 3.9 
is a minimum required version.
   
   I might be able to help debug if you can give me a way to reproduce, like a 
containerized build or something. I have no experience with nix packaging, but 
I'll gladly help look into it.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to