Test not completing successfully even providing correct answer


Tell us what’s happening:
// running tests
package.json should have a valid “author” key
// tests completed

Your code so far
https://repl.it/@ranjithpmankada/boilerplate-npm

Your browser information:

User Agent is: Chrome/84.0.4147.135 Safari/537.36.

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

Link to the challenge:

I don’t know how this tested, but is it possible the test assumes that “author” will be two names, first a last? I don’t think npm cares, but the FCC test might.

I had this issue too and found this, followed the steps and got it to finally work: Moving from Glitch to Repl.it