docs(tutorial): mention additional Debian install step

Thanks to GSC Leticia (gsc-leticia) for identifying this problem.

Closes #7665
This commit is contained in:
Peter Bacon Darwin
2014-06-06 10:43:02 +01:00
parent 6acc73f3e0
commit e906aafb0a

View File

@@ -105,9 +105,12 @@ Check the version of Node.js that you have installed by running the following co
node --version
```
Or in Debian based distributions:
In Debian based distributions, there is a name clash with another utility called `node`. The
suggested solution is to also install the `nodejs-legacy` apt package, which renames `node` to
`nodejs`.
```
apt-get install nodejs-legacy
nodejs --version
```