Page MenuHomePhabricator

Node JS v8+
Closed, ResolvedPublic

Description

I am trying to run a script that requires node v8, but the version installed on the ToolForge kubernetes is v6.11.
(I wish to access the script as a webservice.)
I am planning to install a current version of node in the tool account; is there a better way I should be aware of?

Related Objects

Event Timeline

Smith609 renamed this task from Node JS v*+ to Node JS v8+.Sep 22 2018, 6:51 AM
Smith609 updated the task description. (Show Details)
Smith609 triaged this task as Medium priority.Sep 22 2018, 12:56 PM
bd808 claimed this task.
bd808 subscribed.

Fixed by work done for T212981: npm is missing from Stretch image. The Debian Stretch job grid now has node 8.11.1:

$ ssh login-stretch.tools.wmflabs.org
$ node --version
v8.11.1