Also I got a question.
what directory should be selected as a root one? for web server.
I picked “views” is it right? I have tried to select main directory of repository as root web folder with the same result
I hope you will help me to deal with this problem and this ticket will not be closed automatically because of idling.
Because I do not understand what console your system is trying to use (and fail) and how to check accessibility of that console.
Thank you for the answer.
I have installed last LTS node.js and have ran the project (it started on port 3000).
But I still have the same issue about console output
Without seeing your code, we can’t really help. If you want to complete this locally and need help with your code, you should create a repo for it on GitHub.
I have just copied it from your git rep.
I did not make any changes there.
But if you still need I can attach my data here.
and yes, everything meets the started requirements (have helmet and server link).
P.S
at my first post, I asked about browser setting (blocking or restricting to use cross-sites or third party stuff) but I have got no answer to that question yet.
You removed the express dependency from package.json, you can’t run the express server without express. Put it back and install the dependencies again.
Now run the server using the start script npm start and submit http://localhost:3000
Your code should pass.
If running this locally keeps giving you issues, I would suggest you use the Gitpod starter, and don’t make changes to the boilerplate code you are not asked to make.