Hi,
we are using smartclient-lgpl npm package ( https://www.npmjs.com/package/smartclient-lgpl ) to install smartclient in our project.
But noticed that we cannot run npm install over TeamCity CI because of error:
Maybe do you know how can we resolve this issue?
Maybe there are some ENV variables or etc. to disable call to "cursorTo"?
we are using smartclient-lgpl npm package ( https://www.npmjs.com/package/smartclient-lgpl ) to install smartclient in our project.
But noticed that we cannot run npm install over TeamCity CI because of error:
Code:
process.stdout.cursorTo(0); [0K ^ [0K TypeError: process.stdout.cursorTo is not a function at IncomingMessage.<anonymous> (/usr/local/teamcity/buildAgent/work/a35dfe8a69c2b7de/frontend/node_modules/smartclient-lgpl/update.js:250:40) at IncomingMessage.emit (events.js:203:15) at addChunk (_stream_readable.js:288:12) at readableAddChunk (_stream_readable.js:269:11) at IncomingMessage.Readable.push (_stream_readable.js:224:10) at HTTPParser.parserOnBody (_http_common.js:124:22) at TLSSocket.socketOnData (_http_client.js:451:20) at TLSSocket.emit (events.js:198:13) at addChunk (_stream_readable.js:288:12) at readableAddChunk (_stream_readable.js:269:11) at TLSSocket.Readable.push (_stream_readable.js:224:10) at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
Maybe there are some ENV variables or etc. to disable call to "cursorTo"?
Comment