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### L1S2
2632
2733Modify the ` server.js ` file to log "Hello World" to the console.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments