uic-918-3
uic-918-3 copied to clipboard
bug in Typescript
When I install the new version, I get the following error:
npm ERR! command sh -c tsc && node build/src/updateCerts.js
npm ERR! error TS18003: No inputs were found in config file '/root/repos/tool/node_modules/uic-918-3/tsconfig.json'. Specified 'include' paths were '["./src/**/*"]' and 'exclude' paths were '["./build"]'.
The error occurs due to a "postinstall hook" that downloads the UIC certificates from an external website. The download script is written in Typescript, but npm requires a JavaScript file. I'm still looking for a solution that works with both the npm registry and the source code on GitHub.
@arnebr Could you please try again? Version 1.0.5 should fix the error.