Error with "Author" Field in replit

Tell us what’s happening:

I don’t understand why the “Author” field is not working. I was looking at replit and they say they had an SSL error, but I don’t know if that’s the issue. It’s like the server on replit isn’t reading my code.

Has anyone experienced the same thing?

Thank you.

Your code so far:

// running tests

goCopy code

package.json

should have a valid “author” key // tests completed // console output [Error]

Information about your browser:

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

Challenge: Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

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

Why don’t you share your package.json file?

It should look like:
“author”: “whatevername youwant”

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.