Skip to content

Commit 7109006

Browse files
committed
add hint example
1 parent a5b1947 commit 7109006

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
### L1S2
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
@@ -64,7 +64,12 @@
6464
"3880e2989e3a32268f1ca5f58ff854754be9f12e"
6565
]
6666
},
67-
"content": "NPM install the \"express\" library module version. Use version 4.x."
67+
"content": "NPM install the \"express\" library module version. Use version 4.x.",
68+
"hints": [
69+
"Install the package using npm",
70+
"Run `npm install <package>`",
71+
"RUn `npm install express`"
72+
]
6873
},
6974
{
7075
"id": "L1S2",

0 commit comments

Comments
 (0)