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

auto-changelog 1.10.0 failing with "process.stdout.clearLine is not a function" #73

Closed
edmorley opened this issue Nov 12, 2018 · 2 comments

Comments

@edmorley
Copy link

Hi :-)

Our weekly bot lockfile refresh PR (neutrinojs/neutrino#1206) is failing with:

lerna ERR! TypeError: process.stdout.clearLine is not a function
lerna ERR!     at log (/home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/utils.js:92:20)
lerna ERR!     at _callee2$ (/home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/run.js:179:28)
lerna ERR!     at tryCatch (/home/travis/build/neutrinojs/neutrino/node_modules/regenerator-runtime/runtime.js:65:40)
lerna ERR!     at Generator.invoke [as _invoke] (/home/travis/build/neutrinojs/neutrino/node_modules/regenerator-runtime/runtime.js:303:22)
lerna ERR!     at Generator.prototype.(anonymous function) [as next] (/home/travis/build/neutrinojs/neutrino/node_modules/regenerator-runtime/runtime.js:117:21)
lerna ERR!     at step (/home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/run.js:126:191)
lerna ERR!     at /home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/run.js:126:437
lerna ERR!     at new Promise (<anonymous>)
lerna ERR!     at /home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/run.js:126:99
lerna ERR!     at run (/home/travis/build/neutrinojs/neutrino/node_modules/auto-changelog/lib/run.js:266:18)
lerna ERR! error Command failed with exit code 1.

(https://travis-ci.org/neutrinojs/neutrino/builds/453842930)

I think this is due to this change?
64ebb30#diff-2b4ca49d4bb0a774c4d4c1672d7aa781R8

Many thanks :-)

@cookpete
Copy link
Owner

Thanks @edmorley. Apologies all. Should be sorted in 1.10.1.

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

No branches or pull requests

2 participants