It’s telling me my package.json doesn’t have a valid author key, even though It’s clearly there.
Here’s the site to my package which i’m uploading
Combining automated deployment, instant hosting & collaborative editing, Glitch gets you straight to coding so you can build full-stack web apps, fast
and here’s the challenge specifically
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
The Glitch url you posted is used for editing. There is a Show button at the top of the page that will take you to the result page, and that is the url you need to use to submit.
1 Like
I have tried your package.jason code exactly and used the app url.
However, I still receive “package.json should have a valid ‘author’ key”.
Are you able to validate your code?