I’m quite certain that I am following the steps correctly, and I’ve Googled similar answers, but the course is just not letting me pass it and giving me this error
// running tests
package.json should have a valid “author” key (Test timed out)
// tests completed
Not really sure what is going on. It works if I fork it and run it from my own account.
You can try using Glitch instead. It works the same, when you create a new project it lets you import from GitHub and you can use the starter boilerplate repo.
Glitch is what we used before switching to Replit and I know some people having issues with Replit can make it work using Glitch instead. It really doesn’t matter what platform you use, as long as it can run Node and gives you a live site URL you can use it.
I tried again on Glitch and I asked on the Discord server but I still can’t get it working. I’d like to move on to the other challenges, they all seem gated behind this one.
You have added the author field to the dependencies object. That is not where it is supposed to be. Edit: Also just as an extra note here, properties, i.e. key/value pairs should be comma separated.