All the tests of the challenge are completed but I am not able to proceed to the next challenge what is the problem? Please help me
Here is my current code
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "hello-express",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.4"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
],
"author": "mutangana edgar"
}
Here is the link where the app is “https://field-iris.glitch.me/” and it is this link that I am using to paste.
And the other thing is that the are telling me that “tests completed” but the problem is the challenge is not being marked as completed?
It works…but my package.json files looks quite a bit different from yours. For this exercise, the only thing you need to modify is to add an author. It looks like you’ve added quite a few other things to yours…
Awesome…glad to help! The boilerplate link I gave you was in the introduction for this challenge. In the other glitch challenges, make sure to read the introduction, they have all have the boilerplate link and other info you need to get started.