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

docs(tutorial/Tutorial): describe your change... #9749

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the npm package has nodejs as a dep, so installing just npm should get nodejs too --- but anyways it doesn't matter, lgtm

```


Expand Down