I can’t pass the challenge using Code sandbox as my live page.
My code is the following:
{
"name": "fcc-learn-npm-package-json",
"author": "foobar",
"dependencies": {
"express": "^4.14.0"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
And the challenge returns me:
package.json should have a valid “author” key
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: