You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run v1.22.18
$ tsc -p . --noEmit
node_modules/@types/yargs/index.d.ts:28:10 - error TS2305: Module '"yargs-parser"' has no exported member 'DetailedArguments'.
28 import { DetailedArguments, Configuration } from 'yargs-parser';
~~~~~~~~~~~~~~~~~
node_modules/@types/yargs/index.d.ts:28:29 - error TS2305: Module '"yargs-parser"' has no exported member 'Configuration'.
28 import { DetailedArguments, Configuration } from 'yargs-parser';
~~~~~~~~~~~~~
Found 2 errors in the same file, starting at: node_modules/@types/yargs/index.d.ts:28
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
See this re-build of CI on main which used to pass
The relevant output is:
This issue seems to be strongly correlated to electron-userland/electron-builder#5446 (comment)
The text was updated successfully, but these errors were encountered: