Tell us what’s happening:
The instructions say to add a valid author
key to the package.json
file, which I did but the test fails anyways with the error: the package.json file should contain a valid author key
.
Package.json file
{
"name": "glitch-mvp-node",
"version": "0.0.1",
"author": "Israel W",
"description": "A simple Node app built on fastify, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
}
...
Your project link(s)
live link: https://expensive-historical-biplane.glitch.me/
code: Glitch :・゚✧
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package
Link to the challenge: