You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
I want to report a bug.
The current prerequisite of the NodeJS version for SonarTS 1.4 seems no longer valid.
SonarTS version: 1.4
Node.js version: 6.12.3
SonarQube version: 6.7.1
Reproducer
Reproducable with the SonarTS example projects Logs
ERROR: /projectpath/.sonar/sonarts-bundle/node_modules/tslint-sonarts/lib/runner/sonarUtils.js:17
ERROR: Object.entries(element).forEach(([key, value]) => {
ERROR: ^
ERROR:
ERROR: TypeError: Object.entries is not a function
ERROR: at data.forEach (/projectpath/.sonar/sonarts-bundle/node_modules/tslint-sonarts/lib/runner/sonarUtils.js:17:16)
ERROR: at Array.forEach (native)
ERROR: at Object.stringifyToStream (/projectpath/.sonar/sonarts-bundle/node_modules/tslint-sonarts/lib/runner/sonarUtils.js:14:10)
ERROR: at Socket.process.stdin.on (/projectpath/.sonar/sonarts-bundle/node_modules/tslint-sonarts/lib/runner/tsrunner.js:33:18)
ERROR: at emitNone (events.js:91:20)
ERROR: at Socket.emit (events.js:185:7)
ERROR: at endReadableNT (_stream_readable.js:974:12)
ERROR: at _combinedTickCallback (internal/process/next_tick.js:80:11)
ERROR: at process._tickCallback (internal/process/next_tick.js:104:9)
I want to provide the following feedback.
Upgrading to the latest NodeJS 8.x version solved the problem.
The text was updated successfully, but these errors were encountered:
I want to report a bug.
The current prerequisite of the NodeJS version for SonarTS 1.4 seems no longer valid.
SonarTS version: 1.4
Node.js version: 6.12.3
SonarQube version: 6.7.1
Reproducer
Reproducable with the SonarTS example projects
Logs
I want to provide the following feedback.
Upgrading to the latest NodeJS 8.x version solved the problem.
The text was updated successfully, but these errors were encountered: