Not Completing Test Case although correct code

Tell us what’s happening:
I wrote author key in my package.json by still the Test Case is not Completed. Anyone please help.
Repl Link -> https://repl.it/@ManishS6/First

Your code so far
{ “author” : “Manish Swami”}

Your browser information:

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

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

Link to the challenge:

you need to use the boilerplate peoject linked in the introduction, you also need to submit the link that appear above the love
preview oncd you run your code

1 Like

I found a solution after tearing my hair out for about 20 minutes trying to use GitHub, understanding the repl site, and searching FCC forums to no avail.

Basically you have to use the URL in the virtual environment on the right side. Now you can either open in a new tab, or just copy the link from the virtual environment. I tried both. What I suggest is copying the link and then seeing if it works on FCC; if not, try adding a forward slash on the end when submitting.

See my attached photo. The URL I would submit on FCC would be https://boilerplate-npm-1.mitchelnelson.repl.co

Thank you so much. This worked for me.

This was helpful too. Thanks.

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