docs(tutorial/tutorial): instructions to install npm on debian

Additional package required for a Debian install

Closes #9749
This commit is contained in:
alindberg
2014-10-22 13:05:12 -05:00
committed by Caitlin Potter
parent 37790e920d
commit acbd302efb

View File

@@ -110,8 +110,9 @@ suggested solution is to also install the `nodejs-legacy` apt package, which ren
`nodejs`.
```
apt-get install nodejs-legacy
apt-get install nodejs-legacy npm
nodejs --version
npm --version
```