Throws an error during GitHub Action workflow for MacOS only
3axap4eHko opened this issue · 0 comments
3axap4eHko commented
node_modules/@types/verror/index.d.ts:31:5 - error TS2416: Property 'cause' in type 'VError' is not assignable to the same property in base type 'Error'.
Property 'message' is missing in type '() => Error | undefined' but required in type 'Error'.
31 cause(): Error | undefined;
~~~~~
node_modules/typescript/lib/lib.es5.d.ts:[102]
1023 message: string;
~~~~~~~
'message' is declared here.
node_modules/@types/verror/index.d.ts:31:5 - error TS2425: Class 'Error' defines instance member property 'cause', but extended class 'VError' defines it as instance member function.
31 cause(): Error | undefined;
error Command failed with exit code 2.
~~~~~