Skip to content

Commit f473279

Browse files
authored
Merge branch 'master' into feature/update-tutorial
2 parents c5f1b7e + 2f12523 commit f473279

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

TUTORIAL.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ We recommend to keep the log panel open while working at these challenges. By re
2222

2323
NPM install the "express" library module version. Use version 4.x.
2424

25+
#### HINTS
26+
27+
* Install the package using npm
28+
* Run `npm install <package>`
29+
* Run `npm install express`
30+
2531
### 1.2
2632

2733
Modify the `server.js` file to log "Hello World" to the console.

tutorial.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@
6767
"54805b717f3579ec96d0602a0f652bb0ce847367"
6868
]
6969
},
70-
"content": "NPM install the \"express\" library module version. Use version 4.x."
70+
"content": "NPM install the \"express\" library module version. Use version 4.x.",
71+
"hints": [
72+
"Install the package using npm",
73+
"Run `npm install <package>`",
74+
"Run `npm install express`"
75+
]
7176
},
7277
{
7378
"id": "1.2",

0 commit comments

Comments
 (0)