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

Commit bdd75c9

Browse files
GSC Leticiacaitp
authored andcommitted
docs(tutorial): add instructions for running node in Debian-based distributions
Specifying command for Debian based distributions, like Ubuntu, Mint, etc. ☆.。.:*・゜☆ Fantastique! ☆.。.:*・゜☆
1 parent a3f1cba commit bdd75c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/tutorial/index.ngdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ Check the version of Node.js that you have installed by running the following co
105105
node --version
106106
```
107107

108+
Or in Debian based distributions:
109+
110+
```
111+
nodejs --version
112+
```
113+
114+
108115
<div class="alert alert-info">If you need to run a different versions of node.js
109116
in your local environment, consider installing
110117
<a href="https://github.com/creationix/nvm" title="Node Version Manager Github Repo link">

0 commit comments

Comments
 (0)