The test fails even though the code is valid

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:

That doesn’t look like the correct starter code. Use this repo as the starter.

Thank you. Trying it now

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