Tell us what’s happening:
When I run the test it says:
// running tests
package.json should have a valid "author" key
// tests completed
although there is a valid “author” key
Your code so far
package.json:
{
"author": "Hussein",
"dependencies": {
"express": "^4.17.1"
}
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
.
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: