I’ve followed the hint for this project exactly as it shows with "author" : "Tommy Boggs",
and the test still says that the author key does not exist.
Here is the whole code of the package.json file
{
"name": "fcc-learn-npm-package-json",
"author": "Tommy Boggs",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
I have sent
Solution: https://boilerplate-npm.tommyboggs.repl.co
and the link to the json file itself as the solution link but the test both still come back as the author key not being there or being valid. I have sent both while the code was running as well. What am I doing wrong here?
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
.
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: