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
***SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
308
-
(The "Web and Scripting Module" must be [added before installing](https://www.suse.com/documentation/sles-12/book_sle_deployment/data/sec_add-ons_extensions.html).)
***SUSE Linux Enterprise Server (SLES) 12**: `nodejs10`, `nodejs12`, and `nodejs14`
307
+
(The "Web and Scripting Module" must be [enabled](https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP5/#intro-modulesExtensionsRelated).)
308
+
***SUSE Linux Enterprise Server (SLES) 15 SP2**: `nodejs10`, `nodejs12`, and `nodejs14`
309
+
(The "Web and Scripting Module" must be [enabled](https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/#Intro.Module).)
309
310
310
-
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:
311
+
For example, to install Node.js 14.x on openSUSE Leap 15.2, run the following as root:
311
312
312
313
```bash
313
-
zypper install nodejs4
314
+
zypper install nodejs14
314
315
```
315
316
317
+
Different major versions of Node can be installed and used concurrently.
318
+
316
319
## SmartOS and illumos
317
320
318
321
SmartOS images come with pkgsrc pre-installed. On other illumos distributions, first install **[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)**, then you may install the binary package as normal:
0 commit comments