Hi,
On 10/19/2017 06:53 AM, Evans, Richard K. (GRC-H000) wrote:
I know MW communicates Apache, PHP and the Database elements on the version page (along with the extensions), but I don't see anything there about Parsoid and/or NPM.. is that something that might be added someday as VisualEditor becomes more ubiquitous with MW?
It's currently tracked as https://phabricator.wikimedia.org/T108226.
I was wondering, are there commands that I could add to this list that would report Parsoid and NPM?
$ curl "http://localhost:8000/version" {"name":"parsoid","version":"0.7.1+git","sha":"6fd67276f629344485146820514111a54fab41b5"}
(replace with the hostname of wherever parsoid is hosted obviously)
I have tried "npm --version" but this results in "bash: npm: command not found" so I'm not sure npm is needed
I'm guessing you installed it via the Debian package, so no, npm isn't required.
-- Legoktm