From ee46319b9ef82c65bbd7d072dad1c90972c0a8d2 Mon Sep 17 00:00:00 2001 From: alindberg Date: Wed, 22 Oct 2014 13:05:12 -0500 Subject: [PATCH] docs(tutorial/Tutorial): describe your change... Additional package required for a Debian install --- docs/content/tutorial/index.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 7b6431d308f5..bd47011998f5 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -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 ```