File tree 2 files changed +12
-1
lines changed
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
22
22
23
23
NPM install the "express" library module version. Use version 4.x.
24
24
25
+ #### HINTS
26
+
27
+ * Install the package using npm
28
+ * Run ` npm install <package> `
29
+ * RUn ` npm install express `
30
+
25
31
### L1S2
26
32
27
33
Modify the ` server.js ` file to log "Hello World" to the console.
Original file line number Diff line number Diff line change 64
64
" 3880e2989e3a32268f1ca5f58ff854754be9f12e"
65
65
]
66
66
},
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
+ ]
68
73
},
69
74
{
70
75
"id" : " L1S2" ,
You can’t perform that action at this time.
0 commit comments