Skip to content

Commit

Permalink
docs(tutorial/tutorial): instructions to install npm on debian
Browse files Browse the repository at this point in the history
Additional package required for a Debian install

Closes angular#9749
  • Loading branch information
alindberg authored and caitp committed Oct 22, 2014
1 parent 37790e9 commit acbd302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit acbd302

Please sign in to comment.