-
Notifications
You must be signed in to change notification settings - Fork 983
TypeError: this.stream.clearLine is not a function #382
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
Comments
#373 Should have fixed this (it's not released yet). Can you try the tip of the master branch? |
Alternatively, reinstalling firebase-tools should update all the dependencies to the latest versions, and will thereby update the progress module too. |
@mit-mit offered a fix via https://github.com/dart-lang/site-webdev/pull/788. Thanks. |
Yes that works too! Thanks for the update. |
@laurenzlong Installing directly from master branch works for now. Your fix still not released yet, I guess. |
* Workaround for a Firebase bug (firebase/firebase-tools#382) that causes the deployment to not work in Travis CI.
* Workaround for a Firebase bug (firebase/firebase-tools#382) that causes the deployment to not work in Travis CI.
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
Starting today, on an attempted
firebase deploy
of the https://webdev.dartlang.org site from Travis we now get the following error (the excerpt is from the end of this Travis log):A regression of #73?
cc @kwalrath
The text was updated successfully, but these errors were encountered: