Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 560f008

Browse files
docs(tutorial): mention additional Debian install step
Thanks to GSC Leticia (gsc-leticia) for identifying this problem. Closes #7665
1 parent ebf59b4 commit 560f008

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/content/tutorial/index.ngdoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,12 @@ Check the version of Node.js that you have installed by running the following co
105105
node --version
106106
```
107107

108-
Or in Debian based distributions:
108+
In Debian based distributions, there is a name clash with another utility called `node`. The
109+
suggested solution is to also install the `nodejs-legacy` apt package, which renames `node` to
110+
`nodejs`.
109111

110112
```
113+
apt-get install nodejs-legacy
111114
nodejs --version
112115
```
113116

0 commit comments

Comments
 (0)