First project with package.json erroring

So I have started the first challenge and created a github repository, when i send in the repository which can be found here:

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

I think I have done my steps right but then this error was thrown to me:

// running tests

package.json

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

Describe your issue in detail here.

Your project link(s)

solution: GitHub - tailorthecreator/fcc_nodeJS: Excercises for my node.js course over at freeCodeCamp

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.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:

Repository url won’t work, it needs to be a live running version of the project.

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