Topic on Talk:Parsoid

Error while installing Parsoid

6
Summary by Arlolra

Just warnings

Adithyak1997 (talkcontribs)

npm WARN deprecated circular-json@0.3.1: CircularJSON is in maintenance only, flatted is its successor.

npm WARN deprecated formidable@1.0.17: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later

npm WARN deprecated is-my-json-valid@2.16.0: catastrophic backtracking in regexes could potentially lead to REDOS attack, upgrade to 2.17.2 as soon as possible

npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade

npm WARN deprecated kad-fs@0.0.4: Please upgrade to @kadenceproject/kadence - See https://kadence.github.io

npm WARN deprecated kad-memstore@0.0.1: Please upgrade to @kadenceproject/kadence - See https://kadence.github.io

npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

npm WARN deprecated nsp@2.8.1: The Node Security Platform service is shutting down 9/30 - https://blog.npmjs.org/post/175511531085/the-node-security-platform-service-is-shutting

npm WARN deprecated joi@6.10.1: This version is no longer maintained. Please upgrade to the latest version.

npm WARN deprecated wreck@6.3.0: This version is no longer maintained. Please upgrade to the latest version.

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

npm notice created a lockfile as package-lock.json. You should commit this file.

npm WARN system32 No description

npm WARN system32 No repository field.

npm WARN system32 No license field.

Arlolra (talkcontribs)

Those look like warnings, not errors. In any case, Parsoid development to this point has been with npm v3 (or, possibly v4). See Parsoid/Upgrade packages

Adithyak1997 (talkcontribs)

Is this Parsoid currently working?I actually wanted to run Linter gadget.

Arlolra (talkcontribs)

I'm going to assume you mean the Linter extension, which requires Parsoid. It sounds like you may have installed it correctly, but you'll need to verify that it's configured and running.

Adithyak1997 (talkcontribs)

@Arlolra, I have a doubt. In the page Parsoid/Upgrade packages, my laptop cmd does not support the last code fragment. How can I then execute it in cmd? Also, is it mandatory that media wiki extension needs to be downloaded inorder to install Parsoid?

Arlolra (talkcontribs)

You can lint a page without the MediaWiki Linter extension installed but the results would be loggged to the command line. The two are meant to work in concert so that the results of linting are posted to MediaWiki for storage and displaying.