Package.json should have a valid "author" key (Test timed out)

Tell us what’s happening:
I followed the instruction
inserted the author:

{
	"author": "newbreaker12",
	"name": "fcc-learn-npm-package-json",
	"dependencies": {
		"express": "^4.14.0"
	},
	"main": "server.js",
	"scripts": {
		"start": "node server.js"
	},
	"repository": {
		"type": "git",
		"url": "https://idontknow/todo.git"
	}
}

But I have this error:
package.json should have a valid “author” key

Your project link(s)

solution: https://replit.com/@newbreaker12/boilerplate-npm

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0

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

Link to the challenge:

HI @newbreaker13 !

Replit is having some issues with the live link.

Read through this quick fix

4 Likes

Indeed replacing the '"." with “–” it worked.

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