Which is the correct link to submit

i need to submit a link to verify my solution. Im quite sure I’ve done it correctly but it still says error.
so I submitted the highlighted link that is on the right after running the server.
The task given is to add an author to package.json which I have done.

Your project link(s)

solution: GitHub - JuniorChang/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

HI @JuniorChang !

Welcome to the forum!

I just created a gitpod account and ran into the same issue as you.
But after tinkering with it, I found the problem.

While the server is running, click on the ports option at the bottom of your terminal.

You should see that the port is initially set to private

You need to click on the padlock icon to switch it to a public link.
Screen Shot 2021-12-08 at 5.23.53 AM

You should now see that it is set to public
Screen Shot 2021-12-08 at 5.24.31 AM

Then try the link again and it should pass

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.