There is no clear instruction of the link that as a student we should paste to submit the solution of this challenge.
Take note that instructions let submit the solution in glitch or github, and it doesn’t specify if the link should point to the project, or to the file “package.json” or to a different file.
In my case I couldn’t be able to pass this challenge, it is very easy, just to write the "author": "My Name" in the package.json file, but I can’t pass the validation of the solution. It seems that I don’t understand instructions on how to correctly validate de solution or could be because I’m making mistakes cloning the github repo of the challenge.
Hi @andrescaroc I am not entirely sure you can use Github for these challenges. May be try hosting your app with Github pages and try giving that link. I am using Glitch and it is working fine without any issues.
Optionally you may choose to write your project on another platform but it must be publicly visible for our testing
I think they need the hosted app url rather than the url of the code base in order to test.
I am using github pages for a different challenge. My thoughts are, I ran the developer console on the generated GH page and I don’t see any way you can even access packages.json from the front facing site.
Since the challenges specifically mention you can use github, i am wondering if there are any specific settings we need to enable for this to go through.
I haven’t used github myself in the challenges but when you commit/upload your complete working app code, the tests can be done. So don’t use the console to check but check within the code, unless you are generating in another way other than through a commit
Like yourself, I was trying to share a GitHub link, or rather a number of different GitHub links, but to no avail. The links I submitted failed to validate.
Since I want to use VSC to edit the code, I now 1. edit code locally 2. push to GitHub 3. Sync Github with Glitch 4. Share the Glitch link… this seems silly but works.
I feel the initial instructions have “some room” for improvement…