File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ We recommend to keep the log panel open while working at these challenges. By re
2222
2323NPM 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
2733Modify the ` server.js ` file to log "Hello World" to the console.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments