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

Commit acbd302

Browse files
alindbergcaitp
authored andcommitted
docs(tutorial/tutorial): instructions to install npm on debian
Additional package required for a Debian install Closes #9749
1 parent 37790e9 commit acbd302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/index.ngdoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ suggested solution is to also install the `nodejs-legacy` apt package, which ren
110110
`nodejs`.
111111

112112
```
113-
apt-get install nodejs-legacy
113+
apt-get install nodejs-legacy npm
114114
nodejs --version
115+
npm --version
115116
```
116117

117118

0 commit comments

Comments
 (0)