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
The install script is an extension of the Node.js install script, adding support for XDG_CONFIG_HOME and including a check of the Node.js version installed.
18
+
Run the `debian-linux/tui/nodejs-fnm-install.sh` script to install the latest Neovim release system wide.
18
19
19
-
!!! EXAMPLE "Install Nodejs via FNM"
20
+
Run the script to install Node.js version 24 (current stable release).
21
+
22
+
!!! "Install Nodejs version 24"
23
+
```shell
24
+
./nodejs-fnm-install.sh
25
+
```
26
+
27
+
Pass an argument to the script to install a specific version of Node.js
28
+
29
+
```shell
30
+
./nodejs-fnm-install.sh 25
31
+
```
32
+
33
+
34
+
??? EXAMPLE "Install Nodejs via FNM"
35
+
The install script is an extension of the Node.js install script, adding support for XDG_CONFIG_HOME and including a check of the Node.js version installed.
20
36
```shell
21
37
#!/usr/bin/env bash
22
38
@@ -65,22 +81,9 @@ Practicalli created a script to install Node.js via FNM on Linux. FNM is a fast
65
81
echo
66
82
```
67
83
68
-
Run the script to install Node.js version 24.
69
-
70
-
!!! "Install Nodejs version 24"
71
-
```shell
72
-
./nodejs-fnm-install.sh
73
-
```
74
-
75
-
Pass an argument to the script to install a specific version of Node.js
76
-
77
-
!!! "Install Nodejs version 25"
78
-
```shell
79
-
./nodejs-fnm-install.sh 25
80
-
```
81
84
82
-
!!! INFO "Practicalli Debian Linux Post Install scripts"
83
-
[Practicalli Dotfiles repository](https://github.com/practicalli/dotfiles){target=_blank} contains scripts to install a range of software development tools, TUI's, Programming Launguages and Linux system administration tools.
85
+
??? INFO "Practicalli Debian Linux Post Install scripts"
86
+
[Practicalli Dotfiles repository](https://github.com/practicalli/dotfiles){target=_blank} contains scripts to install a range of software development tools, TUI's, Programming Launguages and Linux system administration tools.
0 commit comments