Package JSON Boilerplate challenge problem

I’m making this challenge:
Managing Packages with Npm - How to Use package.json, the Core of Any Node.js Project or npm Package | Learn | freeCodeCamp.org
and I edited the package.json file in Repl.it but when I click on “I’ve completed this challenge” it says package should have a valid author key.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 Edg/88.0.705.62.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

It’s possibly an error elsewhere in the file which is causing it to give you that error (eg the author field may be correct, but because there is an issue somewhere else, the tests fail and it returns that error because that test can’t pass)

Can we see your package.json file please? It’s not possible to debug anything without seeing your code.

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