Skip to content
New issue

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

Cannot find name 'ProgressEvent' on autify-cli #130

Closed
riywo opened this issue Nov 28, 2022 · 1 comment · Fixed by #132
Closed

Cannot find name 'ProgressEvent' on autify-cli #130

riywo opened this issue Nov 28, 2022 · 1 comment · Fixed by #132

Comments

@riywo
Copy link
Contributor

riywo commented Nov 28, 2022

When we try the latest main including axios-1.2.0 with autify-cli, the build fails:

> @autifyhq/autify-cli@0.21.0-beta.0 build
> shx rm -rf dist && tsc -b

node_modules/axios/index.d.ts:275:11 - error TS2304: Cannot find name 'ProgressEvent'.

275   event?: ProgressEvent;
              ~~~~~~~~~~~~~


Found 1 error.

This is the issue on axios: axios/axios#5297

@riywo
Copy link
Contributor Author

riywo commented Nov 28, 2022

Going to revert axios and merge the PR above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant