Not accepting glitch solution

Tell us what’s happening:

Your code so far

Your browser information:

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

Challenge: undefined

Link to the challenge:
https://www.freecodecamp.org/learn/apis-and-microservices/managing-packages-with-npm/how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package

I am doing the first task in Managing package in NPM, and submitting the solution link for

Add your name as the author of the project in the package.json file.

is not been accepted , i have tried all possible links from the glitch site
pls help

Are you sure you are using the correct url? The url required is the one after showing your app in new window. Obtained by clicking Show(Found at the upper left) followed by In a New Window. Your app will open in a new window. Copy that url.

1 Like

yeah, i have tried that, still doesnt work

// running tests
package.json should have a valid “author” key (Test timed out)
// tests completed

same error all the time, i have tried writing it both ways
ie keeping only author key in the json
or adding author key to the existing default layout of package.json

What about This instruction. Have you followed it? It is one of the causes of such problems.

yeah followed all those

Then probably post a link to your project here.

nvm i got it, copying the server.js file from github added a copywrite line at the bottom which was causing the error,

Sorry My bad