We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation in 3.2 is not possible as references to 'Completed' are missing.
ERROR in node_modules/electron-dl/index.d.ts:88:38 - error TS2304: Cannot find n ame 'Completed'. 88 readonly onCompleted?: (completed: Completed) => void;
Temporary fix is downgrade to 3.1
The text was updated successfully, but these errors were encountered:
Should be fixed in v3.2.1 in 2bd888c.
Sorry, something went wrong.
No branches or pull requests
Compilation in 3.2 is not possible as references to 'Completed' are missing.
Temporary fix is downgrade to 3.1
The text was updated successfully, but these errors were encountered: