Https://repl.it/@chidichuks/boilerplate-npm-1#package.json

Tell us what’s happening:

Having an error output with the first challenge on Microservices and APIs. I created the “author” property with a key of my name “chidiebere chukwuma” and ended with a comma (,) but can’t find why the test is failing and I’m guessing a dependency for the test has expired or something.

Your code so far
{
“name”: “fcc-learn-npm-package-json”,
“author”: “chidiebere chukwuma”,
“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
}
}

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.83 Safari/537.36.

Challenge: How to Use package.json, the Core of Any Node.js Project or npm Package

Link to the challenge:

Welcome, ChidiChuks.

Your code passes for me. So, make sure:

  1. The app is running in the background
  2. You are submitting the correct link: https://boilerplate-npm-1.chidichuks.repl.co

Hope this helps

Thank you for your response. It worked. I wasn’t using the right url. I really appreciate!