You are viewing an old version of this page. Return to the latest version.
No categories assigned
Node.js
-
- Last edited 5 years ago by MLR
-
< Setup:Installation Guide | System Preparation | Linux
Revision as of 08:25, 17 September 2019 by Mlink-rodrigue (talk | contribs)
Contents
[hide]
Node.js is required for the operation of the rendering service "Parsoid" for the Visual Editor. The steps are optional and only required if you plan to use them in your BlueSpice installation. |
Installation
Install Node.js via Aptitude:
apt update; \ apt install nodejs npm; \ apt clean
Next step
If you have completed all steps successfully, you can proceed to the next step " Parsoid".