I did change the author name in the package.json as was instructed, but I keep getting “Timeout has occurred” and I don’t know why it’s not working.
Link to the Glitch project: https://glitch.com/edit/#!/cultured-line?path=package.json:9:27
Link to the FCC challenge: https://learn.freecodecamp.org/apis-and-microservices/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package/
You have an extra comma after the express
dependency. Not sure if it is that though.
1 Like
You are missing a closing braces }
at the end of the file.
1 Like
I closed them and it’s still not working
Hi sorry to be slightly off topic, this may seem like a dumb question but what URL do we need to add to the solution and how do I retrieve it. I’m having to make a gist project in order to get just the .json url but it comes back with a 404 on FCC.
Any info will help.
Thanks
are you talking about the same challenge I posted? Because there’s no mention of a url in this one
Hi, thanks for your reply. Sorry, I found out what my issue was. I was entering the wrong URL.
Thanks
1 Like